用matlab编写的LMS算法untitled1.fig
用matlab编写的LMS算法-untitled1.fig
用matlab编写的LMS算法。其中包含了滤波器的建立及仿真,以及滤波前后的比较
部分程序为:
%functionmain()
close all
%周期信号的产生
t=0:99;
xs=10*sin;
figure;
subplot;
plot;grid;
ylabel;
title;
%噪声信号的产生
randn);
运行结果为:Untitled1/2/3.fig
下载地址
用户评论