-
lms_rls_comparision
lms rls 比较算法 能独立运行 有图 (lms rls comparison algorithm has plans)
- 2009-03-13 23:49:30下载
- 积分:1
-
FRFTcode
分数阶傅里叶变换的matlab程序,做数字信号处理可以直接使用(Fractional Fourier transform matlab program)
- 2021-03-30 15:29:09下载
- 积分:1
-
matlab-function
关于matlab中的一些函数,以及对于函数的使用与说明(A document which is about the function in matlab)
- 2012-04-16 09:23:08下载
- 积分:1
-
ESPRIT--MATLAB
ESPRIT 算法MATLAB程序,用于阵列信号的分析定位、定向,近场声全息中。(good,very good.)
- 2013-05-15 15:35:36下载
- 积分:1
-
全面的局部均值分解(LMD)算法matlab源程序
gmcalab 快速广义的形态分量分析,做视觉测量的上位机代码,在matlab R2009b调试通过,对信号进行频谱分析及滤波,这是一个好用的频偏估计算法的matlab仿真程序,有较好的参考价值。
- 2022-09-17 10:40:03下载
- 积分:1
-
GUIku
simple coding for dwt dct svd matlab
- 2013-07-09 01:35:10下载
- 积分:1
-
capon
经典capon算法doa估计, 波达方向估计算法,空间角度分辨率有限,简单有效的算法(capon classicdoa estimation algorithm , simple DOA estimation algorithm, space limited angular resolution)
- 2011-05-15 11:29:37下载
- 积分:1
-
MATLABfractalm
matlab环境下分形维数的计算讨论,是针对matlab环境的算法(matlab environment, the calculation of fractal dimension of the discussion is the environment for algorithm matlab)
- 2010-12-02 21:49:13下载
- 积分:1
-
convolution.tar
it is for image convolution
- 2010-01-19 16:56:50下载
- 积分:1
-
MIC
function minestats = mine(x, y, alpha, c)
% MINE Maximal Information-based Nonparametric Exploration
%
% Returns a struct containing MIC, MAS, MEV, MCN (eps=0) and
% MCN_GENERAL (eps=1-MIC).
%
% MINESTATS = MINE(X, Y, ALPHA, C) computes the MINE statistics
% between X and Y. X and Y must be row vectors of size n.
% Alpha is the exponent in B(n) = n^alpha and must be in (0, 1.0].
% Parameter c determines how many more clumps there will be than
% columns in every partition and must be > 0.
%
% MINESTATS = MINE(X, Y, ALPHA) computes the MINE statistics
% between X and Y. Default value of c is 15.
%
% MINESTATS = MINE(X, Y) computes the MINE statistics
% between X and Y. Default value of alpha is 0.6 and default value
% of c is 15.
%
- 2022-01-21 18:03:51下载
- 积分:1