虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

YV

  • 卡尔曼滤波器matlab程序

    load initial_track  s; % y:initial data,s:data with noiseT=0.1; % yp denotes the sample value of position% YV denotes the sample value of velocity% Y=[yp(n);YV(n)];% error deviation caused by the random acceleration % known dataY=zeros(2,200);Y0=[0;1];Y(:,1)=Y0;A=[1 T    0 1];          B=[1/2*(T)^2 T]';H=[1 0]; C0=[0 0    0 1];C=[C0 zeros(2,2*199)];Q=(0.25)^2; R=(0.25)^2;

    标签: matlab 卡尔曼滤波器 程序

    上传时间: 2014-12-28

    上传用户:asaqq

  • Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for r

    Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy -- Bessel functions Jv and YV for real or complex arguments and real order. CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.

    标签: Individual available following functions

    上传时间: 2013-12-13

    上传用户:hewenzhi