登录
首页 » matlab » EKF_matlab

EKF_matlab

于 2020-06-30 发布 文件大小:35KB
0 133
下载积分: 1 下载次数: 82

代码说明:

  扩展卡尔曼滤波算法简单例子以及对应的matlab程序和仿真结果(Examples of extended Kalman filter algorithm is simple and the corresponding matlab procedures and simulation results)

文件列表:

EKF_matlab.doc,177152,2014-06-27

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

发表评论

0 个回复

  • ss
    说明:  小球碰撞动画,实现小球与大球在碗中碰撞的动画演示(Ball collision animations to achieve a small ball and big ball in the bowl animation of the collision)
    2010-12-22 17:55:00下载
    积分:1
  • pv1
    一款描述光伏电池特性的matlab仿真程序,值得学习使用(it is pv charactor of solar)
    2014-10-09 17:38:19下载
    积分:1
  • 3bit-spatial-modulation
    当空间调制(sm)系统中每个符号含有3bits信息(即3bit/s/Hz的频谱利用率)时我们选择:4根发送天线,BPSK调制方式和2根发送天线,4QAM调制方式进行比较。(When the spatial modulation (sm) system, each symbol comprising 3bits information (i.e. 3bit/s/Hz spectral efficiency) when we choose: four transmitting antennas, BPSK modulation method and two transmission antennas, 4QAM modulation for comparison.)
    2013-08-27 17:51:35下载
    积分:1
  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • Untitledpianomim
    用matlab编写的最炫民族风的音乐,效果还是不错的,可以试听一下(Coolest Ethnic music using matlab, the effect is good, you can listen to)
    2012-10-16 17:37:39下载
    积分:1
  • roshith
    SPWM INVERTR USING RL LOAD
    2012-11-16 22:47:43下载
    积分:1
  • signal
    Generating periodical signals in matlab
    2013-09-06 23:11:01下载
    积分:1
  • dpdsimulation_matlab
    基带数字预失真DPD算法,实现对功放的非线性矫正,以及功放的模型实现。(Baseband digital predistortion DPD algorithm to achieve nonlinear amplifier correction, as well as the amplifier model implementation.)
    2014-07-09 10:35:10下载
    积分:1
  • heed
    Heed protocal for ad hoc netork
    2009-06-13 22:46:13下载
    积分:1
  • MATLAB-Code-for-Plotting-Ambiguity
    模糊函数绘制软件,可用于绘制多种信号的模糊函数。(ambiguity function)
    2012-04-09 22:15:01下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载