-
cyclostationary_toolbox
循环自相关函数工具箱,还带有自己编写的代码,ex1-7.(Circulating auto-correlation function of the toolbox, but also prepared with its own code, ex1-7.)
- 2021-03-11 10:19:26下载
- 积分: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
-
小波神经网络分解程序
说明: 小波神经网络实例,用一周的数据来预测未来一天的情况,使用MATLAB软件实现人工智能的方法。(A wavelet neural network example is used to predict the situation of the next day with one week's data. MATLAB software is used)
- 2021-03-05 10:09:31下载
- 积分:1
-
funchirp
多尺度线调频基稀疏信号分解方法源代码,非常适用于多分量非平稳信号分解!(FM-based multi-scale line of source code for sparse signal decomposition method is very suitable for multi-component non-stationary signal decomposition!)
- 2020-06-29 13:00:02下载
- 积分:1
-
MT8870
MT8870 sample code
In this example you learn how to work with MT8870.
- 2014-09-01 15:55:18下载
- 积分:1
-
power_machines_original
Emergency Diesel Generator Simulink
- 2014-01-19 06:43:17下载
- 积分:1
-
Applied
Applied Speech and Audio Processing-With Matlab Examples - Copy
- 2010-08-14 00:40:51下载
- 积分:1
-
huise
灰色模型的几个源代码,给新手使用吧,里面包含了xcdxgm11.m;verhust.m;gm11.m;ccgm11.m四个文件(Several source code of the gray model, to use for novice)
- 2012-08-13 18:33:10下载
- 积分:1
-
PCM_ASK_FSK_DPSK_Matlab
PCM编码,ASK,FAK,DPSK调制与解调(PCM encoding, ASK, FSK, DPSK modulation and demodulation.)
- 2013-12-04 22:01:36下载
- 积分:1
-
finger
图像识别利用MATLAB或VC编写一个系统,使得该系统能满足信息处理、频域处理、语音增强、识别等内容。(Image recognition using MATLAB or VC write a system so that the system can meet the information processing, frequency domain processing, speech enhancement, recognition and so on.)
- 2013-12-14 19:10:29下载
- 积分:1