实验二 离散时间傅里叶变换(5)
发布时间:2021-06-06
发布时间:2021-06-06
数字信号处理实验
>>grid,xlabel('w'),ylabel('幅度') 得到的结果为:
real(H)
-4-3
-2
-1
0w
1
2
3
4
imag(H)
-4-3
-2
-1
0w
1
2
3
4
幅度
-4
-3-2-1
0w
123
4
图2-1-b N=84
当N=96时,
>> [H,W]=dtft(r,96); >>subplot(311) >>plot(W,real(H));
>>grid,xlabel('w'),ylabel('real(H)') >>subplot(312) >>plot(W,imag(H));
>>grid,xlabel('w'),ylabel('imag(H)') >>subplot(313) >>plot(W,abs(H));
>>grid,xlabel('w'),ylabel('幅度') 得到的结果为:
下一篇:DIP直通率PPM不良统计