登录
首页 » matlab » matlab_ukf_utilities

matlab_ukf_utilities

于 2011-03-05 发布 文件大小:35KB
0 108
下载积分: 1 下载次数: 1

代码说明:

说明:  卡尔曼滤波的一个典型实例是从一组有限的,对物体位置的,包含噪声的观察序列预测出物体的坐标位置及速度. 在很多工程应用(雷达, 计算机视觉)中都可以找到它的身影. 同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要话题.   比如,在雷达中,人们感兴趣的是跟踪目标,但目标的位置,速度,加速度的测量值往往在任何时候都有噪声.卡尔曼滤波利用目标的动态信息,设法去掉噪声的影响,得到一个关于目标位置的好的估计。 (kalman ukf matlab)

文件列表:

matlab_ukf_utilities
....................\chi_square_bound.m,691,2005-04-28
....................\chi_square_density.m,402,2005-04-28
....................\chi_square_mass.m,360,2005-04-28
....................\chi_square_to_gauss.m,678,2006-01-24
....................\Contents.m,4399,2006-02-09
....................\demo_bearing_only.m,4168,2006-01-05
....................\demo_chi_square.m,722,2006-01-05
....................\demo_ekf_filter.m,5217,2005-12-06
....................\demo_kmeans.m,531,2005-11-29
....................\demo_particle_filter.m,3962,2005-06-09
....................\demo_unscented_filter.m,4058,2005-04-28
....................\distance_bhattacharyya.m,772,2005-12-08
....................\distance_KLD.m,930,2005-12-08
....................\distance_KLD_symmetric.m,737,2005-12-08
....................\distance_mahalanobis.m,466,2005-07-29
....................\distance_normalised.m,997,2006-01-05
....................\dist_sqr.m,736,2005-10-11
....................\dist_sqr_.m,862,2005-10-11
....................\dist_sqr_v2.m,812,2005-04-28
....................\EKF_update.m,2337,2005-06-09
....................\ellipse_mass.m,540,2006-02-09
....................\ellipse_sigma.m,506,2006-02-09
....................\gauss_evaluate.m,1134,2005-10-18
....................\gauss_likelihood.m,1229,2005-04-28
....................\gauss_regularise.m,363,2005-04-28
....................\gauss_samples.m,408,2005-04-28
....................\index_table.m,1193,2005-07-29
....................\inv_posdef.m,337,2005-04-28
....................\KF_update.m,298,2005-06-09
....................\KF_update_cholesky.m,673,2005-04-28
....................\KF_update_IEKF.m,1472,2005-04-28
....................\KF_update_joseph.m,755,2006-02-09
....................\KF_update_simple.m,633,2005-04-28
....................\kmeans.m,1224,2005-11-24
....................\line_plot_conversion.m,835,2005-04-28
....................\multivariate_gauss.m,406,2005-04-28
....................\notes.txt,478,2006-01-05
....................\numerical_Jacobian.m,1406,2005-04-28
....................\pi_to_pi.m,594,2005-04-28
....................\readme.txt,2710,2005-06-09
....................\repcol.m,385,2005-06-09
....................\reprow.m,336,2005-06-09
....................\repvec.m,339,2005-04-28
....................\sample_mean.m,1203,2005-12-08
....................\sample_mean_weighted.m,973,2005-12-08
....................\sigma_ellipse.m,411,2006-01-27
....................\sqrt_posdef.m,1017,2006-02-09
....................\stratified_random.m,338,2005-08-31
....................\stratified_resample.m,795,2005-04-28
....................\transform_to_global.m,479,2005-04-28
....................\transform_to_relative.m,462,2005-04-28
....................\uniform_random.m,293,2005-04-28
....................\unscented_transform.m,3713,2005-04-28
....................\unscented_update.m,3707,2005-06-09

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

发表评论


0 个回复

  • 1234435
    用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes Outputs case 3, sys=mdlOutputs(t,x,u) Unhandled flags case {2, 4, 9 } sys = [] Unexpected flags otherwise error([ Unhandled flag = ,num2str(flag)]) end mdlInitializeSizes function [sys,x0,str,ts]=mdlInitializeSizes sizes = simsizes sizes.NumContStates = 0 sizes.NumDiscStates = 0 sizes.NumOutputs = 3 sizes.NumInputs = 1 sizes.DirFeedthrough = 1 sizes.NumSampleTimes = 0 sys=simsizes(sizes) x0=[] str=[] ts=[] function sys=mdlOutputs(t,x,u) x11d=sin(pi*t/2) x21d=cos(pi*t) x31d=1 sys(1)=x11d sys(2)=x21d sys(3)=x31d )
    2012-10-19 11:43:12下载
    积分:1
  • adaline
    adaline with bias and problem on adaline algorithm in subject ANN artificial neural intelligence
    2010-10-15 10:17:40下载
    积分:1
  • Burgers
    Burgers方程作为流体计算中的经典模型方程之一,他的理论解作为验证求解格式的重要依据!(Burgers equation as a calculation of the classical fluid model equations, one of him as a validation of the theoretical solution to solve an important basis for the format!)
    2008-08-13 13:54:44下载
    积分:1
  • para
    说明:  抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. (parabolic equation method Construction Methods : given interval [0,1] on the random number (subject to uniform distribution) as the root equation p*. set up your classes at a3, after learning of the double-digit for a1 and a2, so you get the three equations for example : your 31 classes on the 12th, then your equation is 21x3 60x2 2x a0 = 0 forms. the equation coefficients a0 you get from the root of p* to determine.)
    2005-12-03 18:11:10下载
    积分:1
  • MATLABGAToolKitaApplication
    Matlab遗传算法工具箱函数及应用实例(MATLAB Genetic Algorithm ToolKit and its Application)
    2013-02-28 18:35:45下载
    积分:1
  • Computer-Algebra-Calculation-of-Fourier-Coefficie
    fourier series close original signal
    2014-01-28 01:39:41下载
    积分:1
  • correlation_analysis
    说明:  讲述信号处理中互相关技术的使用原理,并以超声波为例子,来说明其实用性。(About the cross-correlation signal processing techniques in the use of principles, and to ultrasound as an example to illustrate its practicability.)
    2010-04-12 07:08:58下载
    积分:1
  • blead
    基于伯德图的超前校正解析设计法根据所需闭环性能计算校正器的传递函数 (Analytical design method based on the Bode diagram of the lead compensator transfer function of the desired closed-loop performance computing Correction)
    2012-05-27 17:18:50下载
    积分:1
  • aw
    说明:  基于chebyshev的水声信号分析算法,包括多种分析结果(Chebyshev acoustic-based signal analysis algorithms, including a variety of analytical results)
    2009-03-14 02:53:00下载
    积分:1
  • ELDGA
    基于遗传算法的经济调度处理,word文档有简要说明,并且有算例(Based on genetic algorithms deal with economic dispatch, word document there is a brief description and examples have)
    2009-04-04 16:34:29下载
    积分:1
  • 696518资源总数
  • 104629会员总数
  • 9今日下载