登录
首页 » matlab » ukf

ukf

于 2011-01-26 发布 文件大小:1KB
0 258
下载积分: 1 下载次数: 21

代码说明:

  matlab code to simulate Unscented kalman filter

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

发表评论

0 个回复

  • EEE-212-lab-sheet
    empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-21)^0.4)+0.07886*(a-21) elseif a<21 b=0.0 end w=kaiser(n,b) for i=1:n if i~=(n-1)/2 hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f) elseif i==(n-1)/2 hd(i)=2*f end end for j=1:n h(j)=w(j)*hd(j) end subplot(3,1,1), plot(w) subplot(3,1,2), plot(h) subplot(3,1,3), plot(h,n)
    2014-12-24 23:21:13下载
    积分:1
  • svrexample
    这是一个支持向量机回归预测的代码,适合于初学者来体验svr的回归能力( U8FD9 u662F u4E00 u4E2A u652F u6301 u5411 u91CF u673A u56DE u5F52 u9884 u6D4B u7684 u4EE3 u7801 uFF0C u9002 u5408 u4E8E u521D u5B66 u8005 u6765 u4F53 U9A8Csvr u7684 u56DE u5F52 u80FD u529B)
    2017-04-26 11:27:36下载
    积分:1
  • hercma2007
    this file contains a ppt on feature selection for regression problem
    2010-10-14 18:39:04下载
    积分:1
  • 99273864matlabmotionestimation
    motion estimation motion estimation motion estimation motion estimation
    2009-05-08 02:50:35下载
    积分:1
  • FOMA_LOD
    应用局部最优检测技术的导航信号捕获,对其进行了捕获分析,提供计算信噪比的方法(Application of local optimum detection of navigation signal capture, catch analysis was carried out, provided the SNR calculation method)
    2010-05-16 18:10:11下载
    积分:1
  • Antenna-near-metallic-cylinder
    Antenna near conducting cylinder-Analytic and Numeric(FDTD)
    2011-10-01 18:08:02下载
    积分:1
  • MatFemCal_v1_1.tar
    matlab finite element code for solving pdes
    2013-08-29 08:32:37下载
    积分:1
  • func_RFI
    基于距离相关性的子空间方法的地波雷达的抗射频干扰图像仿真(Image simulation based on radar distance correlation subspace methods to RFI)
    2020-07-26 20:18:41下载
    积分:1
  • dft-------master
    说明:  MATLAB环境下,离散傅里叶算法的运行代码(Using DFT and FFT to realize discrete processing of digital signal in Matlab environment)
    2021-03-13 09:30:02下载
    积分:1
  • robust-control
    求解含有时滞的鲁棒控制问题,并给出了一些数值例子。(time-delay robust control)
    2013-04-21 20:48:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载