-
LMD(matlab)-00
原始lmd算法,效果很不好,不知道程序哪里写错,不太能运行,自己做修改,但是上面的算法比较明确(The original LMD algorithm, the effect is very bad, I don t know where the program is misspelled,but it really can not run.If you want run it,just change a little.Actally the algorithm is clear.)
- 2012-03-25 15:20:33下载
- 积分:1
-
Untitled10
Source coding Random code for MATLAB
- 2012-06-04 17:19:53下载
- 积分:1
-
GP_Algorithm2.0
G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快)
-----------------------------------
更新部分:
引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联,
使 r 值较小时,ln r - ln C(r) 曲线接近线性(G-P method to calculate the correlation dimension of the Matlab program (upgrade version Files function, Ultrafast)----------------------------------- Update parts : the introduction of restrictions on temporary separation parameters so that the parameter is greater than the average cycle sequence, In addition to the same orbit around the point and makes a relatively small r, r ln- ln C (r) almost linear curve)
- 2007-03-19 21:20:28下载
- 积分:1
-
kalman
包含多种滤波模型算法,包括卡尔曼滤波模型,IMM滤波模型(Includes a variety of filter model algorithms, including Kalman filtering model, IMM filter model)
- 2014-09-21 17:00:01下载
- 积分:1
-
ProjectHGR
Hand recognition using Keypoint matching algorithm is implemented
- 2014-01-31 23:10:20下载
- 积分:1
-
单纯形
说明: 单纯形法matlab程序,输入A,b,c,得到整个过程的单纯形表与最优解,最优值,每一步变换的单纯形表都有给出,完全没有错,很详细,有运行结果说明。(The simplex method matlab program, input A, B, C, get the simplex table and the optimal solution of the whole process, the optimal value, the simplex table of each step transformation are given, there is no error at all, very detailed, there are running results.)
- 2020-05-26 22:33:20下载
- 积分:1
-
template
说明: 多目标遗传算法二代,可直接使用,内有详细说明(NSGA_2,can be used directly,which is explained in detail)
- 2020-08-24 10:12:14下载
- 积分:1
-
wodega
说明: 一些变异的遗传算法的matlab的程序实现,一些源码,关于ga的工具箱的实现(Some genetic algorithms matlab program implementation, a number of source code,)
- 2010-03-22 16:02:04下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1
-
ISODATA
ISODATA算法,对原本算法进行了简化,计算速度较快()
- 2007-10-23 10:26:23下载
- 积分:1