登录
首页 » matlab » kalman_filter

kalman_filter

于 2009-09-23 发布 文件大小:1KB
0 239
下载积分: 1 下载次数: 32

代码说明:

  自适应的kalman滤波程序,通过灵活的调用,实现kalman的自适应滤波。(kalman_filter)

文件列表:

kalman_filter.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OFDM
    OFDM qpsk,16qam and 64 qam code
    2014-11-09 17:55:10下载
    积分:1
  • K08auto
    附件中的pdf文件是韩国作者08年在Automatica上发表的文章。本代码给出了文章中定理1的线性矩阵不等式的求解程序,通过给定不同的a来求解最大的b,进而得到界定时滞系统的最小的椭圆。(Attached pdf file of 2008 in South Korea articles published in Automatica. This code is given in Theorem 1 article LMI solver through a given different to solve the biggest b, then get the minimum of delay systems defined ellipse.)
    2013-11-06 16:26:07下载
    积分:1
  • TV_Denoise_work
    这儿是一些最小化全变差图像去噪Matlab源码,用ROF模型,非常有用。(Here are some of the smallest of the total variation image denoising Matlab source code, with the ROF model, very useful.)
    2011-05-05 20:32:05下载
    积分:1
  • RDA_point
    RD算法实现,包括低斜视角和大斜视角(SRC方式2、SRC方式3)两种情况,系统固有参数见《Digital Processing of SAR Data》一书。(RD Algorithms implementation, including low squint case and high squint case.Parameters refer to 《Digital Processing of SAR Data》.)
    2021-03-19 20:19:19下载
    积分:1
  • 理论深度基准面计算
    利用潮位数据计算理论深度基准面,其中各分潮系数需修改(Calculating theoretical depth datum using tidal data)
    2019-04-09 16:52:10下载
    积分:1
  • C-MAPSS-Data
    涡轮风扇发动机从正常运行至失效的全寿命采集的实验数据,对于研究涡轮风扇发动机的故障的预测及性能评估想必有用。(Turbofan engine failure from normal operation to the whole life of the experimental data collected for the study of turbofan engine failure prediction and performance evaluation must be useful.)
    2013-08-11 13:07:20下载
    积分:1
  • Matlab_Simulink-DFIG
    基于Matlab_Simulink的双馈感应风力发电机组建模和仿真研究!!(Modeling and simulation of doubly fed induction wind turbines based Matlab_Simulink!!)
    2012-09-28 02:36:46下载
    积分:1
  • brovey
    remote sensing image fusion based on Brovey transform on matlab
    2014-02-14 23:27:21下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • Histogram
    Histogram Equilization without matlab function
    2013-04-25 19:50:29下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载