-
mhs
this is the code to calculate magical hilbert transform of a signal.
- 2010-11-30 14:52:36下载
- 积分:1
-
Mesh2dv23
Mesh2d is a MATLAB toolbox designed to automatically generate quality 2D
unstructured triangular meshes based on linear geometry inputs.
- 2010-12-18 06:20:08下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
INface
说明: 人脸识别程序,主要运用了harr-like算法,在matlab下运行(Face recognition program, the main use of the harr-like algorithm to run in matlab)
- 2010-04-27 11:36:06下载
- 积分:1
-
TDMAsolver
A tridiagonal matrix system solver
- 2012-08-26 20:10:35下载
- 积分:1
-
Introduction-to-MATLAB
matlab good meterial of matlab and instruction of matlab matlab matlab matlab good good good good goood good good instruction instruction instruction instruction instruction instruction( good meterial of matlab and instruction of matlab matlab matlab matlab good good good good goood good good instruction instruction instruction instruction instruction instruction)
- 2013-04-01 21:08:36下载
- 积分:1
-
shudu2
九宫格源代码,用matlab编写的程序比较简单,运行时输入B=shudu2(A),A就是需要填写的九宫格。(Squared source code, using matlab procedure is relatively simple, run-time input B = shudu2 (A), A is a need to fill squares.)
- 2013-08-14 22:14:21下载
- 积分:1
-
02
说明: 正态总体参数的检验,调用ztest和ttest函数(Inspection normal population parameters)
- 2014-08-17 17:17:25下载
- 积分:1
-
qiugenmusic
一种MUSIC算法的改进形式,大大的减小了计算量(An improved form of the MUSIC algorithm, greatly reduce the amount of computation)
- 2012-08-27 19:47:06下载
- 积分:1
-
mfcc
Mel-frequency cepstral coefficients (MFCCs) are coefficients that collectively make up an MFC. They are derived a type of cepstral representation of the audio clip (a nonlinear spectrum-of-a-spectrum ). The difference between the cepstrum and the mel-frequency cepstrum is that in the MFC, the frequency bands are equally spaced on the mel scale, which approximates the human auditory system s response more closely than the linearly-spaced frequency bands used in the normal cepstrum.
- 2015-04-21 21:44:38下载
- 积分:1