-
abfilterandKalmanfilter
本程序给出了ab滤波算法和Kalman滤波算法。
程序以叠加噪声的二维CV运动为例(包含轨迹突变情况),分别运用了ab滤波算法和Kalman滤波算法
对运动轨迹进行了跟踪,并比较了滤波性能。(This program give the Kalman filter algorithm and ab filter algorithm.
Program uses the two-dimensional noise superimposed exercise as an example CV (including locus mutation), respectively ab filtering algorithm using Kalman filtering algorithm and
Exercise carried out on the track to track, and compare the performance of the filters.)
- 2009-03-31 18:14:56下载
- 积分:1
-
bb
说明: 自寫檔,模擬泰列展開式,與 math 函數 cos值的比較 與正確性(Since the writing file, analog Telja expansion, and math function, the value of the comparison and the correctness of cos)
- 2010-01-26 22:24:52下载
- 积分:1
-
accumulate
说明: 我自己完成的MATLAB仿真雷达视频积累程序,提供给大家一起来探讨,大家也来卡那看看这么样
(I completed the MATLAB simulation radar video accumulation procedures, and providing an up to you to explore, we have to look at the card so it kind)
- 2005-09-15 21:04:08下载
- 积分:1
-
OMP
说明: 正交匹配跟踪算法: 是贪婪算法中稀疏求解的方法(Orthogonal matching pursuit algorithm: Solving Sparse)
- 2021-03-24 16:19:15下载
- 积分:1
-
RegularImmutableSortedSet
An immutable sorted set with one or more elements.
- 2014-01-17 14:16:17下载
- 积分:1
-
MOM_MATLAB_ANTENNA
MOM MATLAB RWG奇函数
用MATLAB语言写的矩量法程序,用于计算线天线或面天线的电路参数和辐射参数。(MOM MATLAB RWG odd function using MATLAB language to write procedures moment method for calculating antenna or antenna circuit parameters, and radiation parameters.)
- 2020-07-04 12:40:02下载
- 积分:1
-
code1
code is related to matlab any can use it
- 2011-09-09 15:56:12下载
- 积分:1
-
GA-BP-nihe
神经网络30个案例分析源码,又名智能控制30个案例分析,案例二,遗传算法改进的BP神经网络拟合(30 case studies of neural network source code, also known as intelligent control 30 case studies, case two, GA improved BP neural network fit)
- 2014-10-17 15:04:37下载
- 积分:1
-
RSSImatlab
无线传感器网络定位算法matlab仿真,主要是以RSSI定位算法的程序(matlab location)
- 2014-11-01 16:11:21下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1