-
LDPC
LDPC编码的matlab实现,好用,利于初学者。(LDPC coding matlab implementation, easy to use, help for beginners.)
- 2010-11-26 05:32:22下载
- 积分:1
-
code
MATALB code to extract features from EEG signal
- 2013-11-15 18:51:22下载
- 积分:1
-
learnMATLAB
this is a good book to learn the matlab. from here , you can learn a lot idea about write the matlab code.
- 2010-06-22 16:41:11下载
- 积分:1
-
mytlab
myfft是一个自编matlab函数,将输入的采样频率个采样点数建立一个数据库后,取出表中的数据进行fft分析,绘制出时频波形进行比较分析(myfft self Matlab is a function of the input sampling frequency of 000 sampling points after the establishment of a database and extract table data fft analysis, time-frequency mapping out a comparative analysis of waveforms)
- 2005-04-25 19:40:47下载
- 积分:1
-
elm
神经网络的ELM算法,比传统的BP和SVM都快,而且效果也很精确。运行平台是matlab,本人已经对原始ELM做了修改,可以适应多种函数,而且在数据处理方面自动产生分类矩阵。(ELM neural network algorithm, than the traditional BP and SVM faster, but the effect is also very accurate. Platform is running matlab, I have to do the original ELM been modified to adapt to a variety of functions, but also in data processing is automatically generated classification matrix.)
- 2008-07-31 11:57:36下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(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步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
MRI-crop
biomedical signal processing book
- 2010-10-27 15:29:47下载
- 积分:1
-
gbp_package
用于稀疏分解的优化搜索算法,版权属于Patrick S. Huggins and Steven W. Zucker(Yale University)(sparse for the decomposition of optimization search algorithm, Copyright belongs to Patrick S. Huggins and Steven W. Zucker (Ya le University))
- 2007-04-06 09:14:02下载
- 积分:1
-
weann-filter
this is Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.(Demonstration of this is Wiener filter, LMS filter, Steep- descent algorithm.)
- 2007-04-29 16:33:27下载
- 积分:1
-
mp3Read
通过该开发包,matlab可以读取MP3数据(Through the development kit, matlab can read MP3 data)
- 2015-01-13 10:36:47下载
- 积分:1