-
genetic-algorithm-based-on-matlab
genetic algorithm based on matlab,The Genetic Algorithm (GA) is a good method to solve
optimization problems. Genetic algorithms are search and
optimization methods based on natural evolution. They
consist of a population of bit strings transformed by three
genetic operators: selection, crossover and mutation
- 2012-03-23 10:15:47下载
- 积分:1
-
ECG-detection
检测心电. 输入为ECG的时域的数字离散化序列,输出检测到的R波数量,绘制.(detection of ECG.)
- 2012-05-24 15:04:03下载
- 积分:1
-
logSpectrumthe-spectrogram--cepstrum
语音对数谱,语谱图,倒谱的代码,自己编写的,可以运行(Speech log spectrum, the spectrogram, cepstrum of the code, I have written, you can run)
- 2015-03-17 18:51:56下载
- 积分:1
-
SNR
说明: 能够精确地提取雷达波的初至时,进行层析成像(Radar can accurately extract the first to when tomography)
- 2010-04-27 19:49:10下载
- 积分:1
-
dynamixlabb
POWER SYSTEM DYNAMICS
- 2014-09-03 16:46:54下载
- 积分:1
-
Kalman-Filter
简单的,易懂的卡尔曼滤波程序的matlab实现程序。(Simple, straightforward Kalman filter matlab program implementation process.)
- 2011-11-24 14:34:30下载
- 积分:1
-
cvx-w32.tar
cvx, matlab程序包,主要基于凸优化理论的优化程序包(cvx convex optimization)
- 2015-02-24 16:40:14下载
- 积分:1
-
cgsvd
CGSVD Compact generalized SVD of a matrix pair in regularization problems.
sm = cgsvd(A,L)
[U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu]
Computes the generalized SVD of the matrix pair (A,L):
[ A ] = [ U 0 ]*[ diag(sigma) 0 ]*inv(X)
[ L ] [ 0 V ] [ 0 eye(n-p) ]
[ diag(mu) 0 ]
where
U is m-by-n , sigma is p-by-1
V is p-by-p , mu is p-by-1
X is n-by-n .
It is assumed that m >= n >= p, which is true in regularization problems.
Reference: C. F. Van Loan, Computing the CS and the generalized
singular value decomposition , Numer. Math. 46 (1985), 479-491.
Per Christian Hansen, IMM, 12/19/97.
Initialization.
- 2021-03-25 20:29:14下载
- 积分:1
-
LeastMeanSquares
此源码程序是自适应滤波中的应用LMS算法进行仿真。对LMS算法的性能 收敛速度进行了研究(The source process is the application of adaptive filtering LMS algorithm simulation. The performance of the LMS algorithm convergence rate have been studied)
- 2008-06-09 12:21:54下载
- 积分:1
-
contourdemo
一个用matlab画出三维图像的等高线的小程序,非常适合初学者。(A small program using matlab to draw the contour of the three-dimensional image, very suitable for beginners.)
- 2012-08-16 21:15:39下载
- 积分:1