-
MatlabP7.0
matlab7.0基础教程,很全面,适合初学者(matlab7.0 Basic tutorial, very comprehensive, suitable for beginners
)
- 2013-03-04 18:15:21下载
- 积分: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
-
apfPQ
基于matalb的apf有源算法仿真模型,采用传统的切换控制方法(APF active algorithm simulation model based on MATALB, using the traditional switch control method)
- 2013-03-20 19:01:38下载
- 积分:1
-
xiti
dsp数字信号处理答案 俞一彪版 matlab(digital signal processing)
- 2013-03-25 15:03:19下载
- 积分:1
-
miaoshuhanshufa
描述函数法非线性系统分析实例,已经测试可直接在matlab中打开并运行。(Nonlinear system analysis function method described examples have been tested directly in matlab open and run.)
- 2013-10-29 20:46:18下载
- 积分:1
-
4PSK
This is code to simulation of AM, FM, PSK, QAM modulation
- 2014-11-29 12:24:05下载
- 积分:1
-
RadarwithMatlab_sourcecode
《Radar with Matlab》的例程,里面有非常完整的雷达信号处理算法程序。 ()
- 2020-10-29 11:09:56下载
- 积分:1
-
Introduction_to_Simulink_Design_Optimization
利用matlab的simulink工具进行最优化的设计,谢谢(Presentation and demo files for MathWorks webinar "Introduction to Simulink Design Optimization)
- 2009-03-31 11:15:06下载
- 积分:1
-
LFM-MP-SNR
稀疏分解在LFM信号模型的应用,稀疏分解应用在低信噪比的情况下,能够很好的恢复原信号(mp—LFM)
- 2010-10-12 09:50:19下载
- 积分:1
-
image_matching_algorithm
关于图像匹配的算法,根据给定图像,在目标图像上找到目标,达到匹配的目的。(With regard to , according to the given image, the target image to find the target, to match the image matching algorithmpurpose.)
- 2010-01-08 10:25:51下载
- 积分:1