-
ICA
ICA an optimization algorithm with matlab.
- 2010-12-08 14:19:50下载
- 积分:1
-
subbyteskey
add sub bytes through incrypting image
- 2011-10-16 20:26:09下载
- 积分:1
-
MATLAB-Course-(on-ppt)
a very useful Matlab course with examples and implementations.
- 2011-04-26 01:23:15下载
- 积分:1
-
copap
Matlab demo code for the cyclic order preserving assignment problem with application to shape matching(Matlab demo code for the cyclic order prese rving assignment problem with application to s CPR matching)
- 2007-01-25 07:49:17下载
- 积分:1
-
HausdorffDist
calculate the haussdorff distance between two frames
- 2013-09-02 11:03:56下载
- 积分:1
-
Fractional-fourier-transform
分数阶傅里叶变换的matlab程序以及一些讨论。给出了源代码和一些图表,以及一些相关论文的论述(Fractional Fourier transform using Matlab.A discussion of the problem is also included.)
- 2013-11-25 14:46:31下载
- 积分:1
-
3).correlation
MATLAB code for correlation between signals
- 2014-01-03 17:26:48下载
- 积分:1
-
MFCC
此算法是基于matlab的MFCC特征提取算法,其中包括了分帧、归一化等步骤和代码,非常好用,结果是24维的向量(This algorithm is based on MFCC feature extraction algorithm matlab, including the framing, normalization and other steps and code, very easy to use, the result is 24-dimensional vector)
- 2017-02-10 19:05:19下载
- 积分:1
-
LDPC
ldpc码的编码、解码、构造校验矩阵程序。MATLAB环境(ldpc Decoding)
- 2010-06-14 22:39:06下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1