实验二 离散时间傅里叶变换(4)
发布时间:2021-06-06
发布时间:2021-06-06
数字信号处理实验
>>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('幅度') 得到结果为:
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=72
当N=84时,
>> [H,W]=dtft(r,84); >>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)
下一篇:DIP直通率PPM不良统计