-
chengmi
三种求矩阵特征值的matlab实现:乘幂法、QR算法、yaccbi法求特征值(Eigenvalues of the three Matrix matlab implementation: power method, QR algorithm, yaccbi Eigenvalue Method)
- 2010-12-01 20:47:38下载
- 积分:1
-
eemd
eemd的源码,内含5个m文件,分别求取不同参数(the source code of eemd the source code of eemd the source code of eemd the source code of eemd...the source code of eemd)
- 2012-03-28 14:33:12下载
- 积分:1
-
rs
说明: 使用matlab软件写的一个实现rs译码的小程序,适合初学看看(rs decode and encode)
- 2009-02-25 22:25:57下载
- 积分:1
-
alamouti
Matlab script for Alamouti code
- 2011-05-16 04:24:55下载
- 积分:1
-
Strusscode
Struss code Matlab code
- 2011-08-10 22:23:42下载
- 积分:1
-
PSO
PSO寻优算法,能够帮助初学者学习PSO算法,并且进行实际应用(PSO optimization algorithm, PSO algorithm can help beginners learn, and practical application)
- 2015-03-27 23:07:59下载
- 积分:1
-
MATLABCoding
Implementing quadrature modulation and demodulation of analog signals in digital signal processing, using MATLAB
- 2009-05-11 22:57:14下载
- 积分:1
-
ANN-in-maneuvering-target-tracking
在机动目标跟踪中,机动目标模型是机动目标跟踪的基本要素之一,一般希望机动目标模型能准确表征目标机动时的各种运动状态。比较常用的模型有匀速运动(CV)模型、匀加速运动(CA) 模型、时间相关模型(Singer)和机动目标“当前”统计模型。上述模型均采用机动频率表征目标的机动情况。在应用当中,通常采用固定的机动频率,这就表示机动目标的机动时间是一定的,而实际上机动目标的机动时间是不断变化的,也就是说机动频率是不断变化的,采用固定机动频率必然会带来误差。采样周期在0.5—2S时,机动频率越小跟踪精度越高[1],但机动频率仍然是固定值。本文提出的基于神经网络的机动频率自适应调整方法可以使机动频率随机动而变化,从而提高状态估计的准确性,提高跟踪精度。本文将小波神经网络用于机动目标跟踪中机动频率的自适应调整,该算法对机动目标“当前”统计模型中的机动频率进行实时修改, 从而自适应的改变机动频率,使跟踪算法与目标的真实状态更接近。该算法采用小波神经网络的离线训练,实时性好。(The maneuver of the maneuvering target is uncertain. The maneuvering frequency is constantly changeable, but traditionally it is beforehand determined as a constant based on the target state estimation in the state model of the maneuvering target. The maneuver of the maneuvering target makes the kinematics equation of the target model mismatch with the practical motion model and the tracking error will be increased. Based on the advantages of the self-learning, the rapid convergence rate and the nonlinear approximation ability of the wavelet neural network, it was put forward to be used in the field of target tracking in the paper. The new residual is used as the input of the wavelet neural network, the output of the network is used to adjust adaptively the maneuvering frequency of the CS model. The algorithm is more close to the real state of the target. The simulation results showed that tracking error can be reduced and the tracking accuracy can be improved.)
- 2009-12-19 07:11:54下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
immunity
免疫算法的matlab程序,对读者很有用哦,希望对大家有很大帮助,呵呵(Immune algorithm matlab procedure, useful to readers Oh, I hope all of you helps a lot, huh, huh)
- 2009-05-15 09:04:57下载
- 积分:1