gusucode.com > 滤波器设计matlab源码程序 > filter.m

    fdatool
x=rand(1000,1);
plot(x)
y=filter(Hd,x)
figure
plot(y)