-
FDTD_3_3
Sullivan关于FTDT经典文章的MATLAB翻译,第三章第三个例子的源程序(Sullivan article on FTDT classic MATLAB translation of Chapter III of the third example of the source code)
- 2010-01-08 22:33:03下载
- 积分:1
-
Snake
Snake Game . This classic snake game is designed in matlab
- 2010-12-28 17:49:38下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1
-
BPSK-QPSK-2FSK-16QAM
通信实验中BPSK,QPSK,2FSK,16QAM调制解调仿真代码,实现调制解调和星座图的观察.(Communication experiments BPSK, QPSK, 2FSK, 16QAM modulation and demodulation simulation code that implements the modem and observation constellation.)
- 2020-06-26 19:40:02下载
- 积分:1
-
kmeans_fast_Color
This code uses MATLAB s Internal Functions and Memory Preallocations to apply a Fast Implementation of kmeans algorithm. This is a efficient code for clustering a gray or Color image or it can be used for clustering a Multidimensional Array.
Comparison.
1. Faster than MATLAB s internal kmeans function.
2. Consistant Output than internal kmeans.
3. 100 convergence.
- 2014-01-02 17:03:15下载
- 积分:1
-
FRFCM
Significantly Fast and Robust Fuzzy C-Means Clustering Algorithm Based on Morphological Reconstruction and Membership Filtering
- 2021-04-19 23:38:50下载
- 积分:1
-
NNETinMatlab
demonstrate the use of artificial neural network in MATLAB
- 2010-11-05 23:58:56下载
- 积分:1
-
transport.pdf
Kalman filter position book
- 2014-12-19 17:59:12下载
- 积分:1
-
RK4-AB4-AM4
该文件中包含有常微分方程初值问题的四种数值解法,分别是:RK4法,AB4法,AB4_AM4预测矫正法和改进的AB4_AM4法(The document contains the initial value problem of ordinary differential equations of the four numerical method, namely: RK4 method, AB4 Act, AB4_AM4 forecast correction method and improved method AB4_AM4)
- 2008-01-25 10:46:27下载
- 积分:1
-
GMM
使用GMM模式建立的语音识别系统,matlab源代码,供大家参考!(GMM model using the speech recognition system, matlab source code for your reference!)
- 2009-05-05 17:10:52下载
- 积分:1