登录
首页 » matlab » Kalman_Filter_Using_Matlab

Kalman_Filter_Using_Matlab

于 2009-08-14 发布 文件大小:215KB
0 187
下载积分: 1 下载次数: 0

代码说明:

说明:  讲kalman滤波及其matlab应用的书 经典 详尽(kalman filtering using matlab)

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

发表评论

0 个回复

  • exa060302
    利用单带滤波器来设计一个半带滤波器,并显示半带滤波器H0,H1,及 H0+H1的幅频响应 单带滤波器的归一化截止频率为0.84,长度=16,半带滤波器的长度=31。(to explain how to design a biorthogonal FB by Lattice structure)
    2009-11-05 10:44:50下载
    积分:1
  • shortpath
    用于数学建模或者组合优化中求网络中固定点到其它点的最短路(Or a combination of mathematical modeling is used to optimize the network and seek a fixed point to another point in the shortest)
    2013-08-05 00:23:57下载
    积分:1
  • MLKNN
    使用MATLAB实现的基于多类别的KNN算法,简称为MLKNN(Using MATLAB to achieve KNN algorithm based on multi-category, referred to as MLKNN)
    2013-08-16 17:06:44下载
    积分:1
  • seismic-data-processing-with-Promax
    Promax 地震数据处理原理和实践,热心网友精心总结 pdf文档(seismic data processing with Pramax,a good summary)
    2014-08-26 10:37:44下载
    积分:1
  • Matlab-handbook
    matlab使用手册,基本教程,从零开始学matlab(matlab handbook)
    2013-03-18 18:50:06下载
    积分:1
  • harmonicwaveletprogram
    本源代码主要实现谐波小波的分解及重构的matlab程序。(Source code of the main harmonic wavelet decomposition and reconstruction of the matlab program.)
    2007-12-13 16:10:10下载
    积分:1
  • cheby1filter
    本程序是利用matlab中的函数设计滤波器,并进行频谱分析的m文件,有助于对数字滤波器的理解。(This procedure is to use matlab s function in the design of filters, and spectral analysis of m documents, contribute to the understanding of the digital filter.)
    2008-03-03 15:08:18下载
    积分:1
  • 99273915MKT
    MK,一个很好的小程序,可以很方便的应用(MK, a good little program, you can easily use)
    2010-01-14 19:52:23下载
    积分:1
  • matlab
    matlab lagran.m 拉格朗日插值 divDiff 牛顿差商表(matlab lagran.m divDiff.m)
    2009-10-03 09:36:13下载
    积分: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
  • 696516资源总数
  • 106554会员总数
  • 12今日下载