MATLAB:DTFT、DFT 相關題目學習(更新中)

兩道題目求DTFT ⬇⬇⬇ 附上程序: clear all;close all;clc; w=-4:0.001:4; n1=-15:15; n2=0:20; h1=exp(-abs(0.1n1)); h2(n2+1)=1; Hjw1=h1(exp(-jpi).^(n1’w)); Hjw2=h2(exp(-jpi).^(n2’*w)); subplot(2,1,1),plot(w,abs(Hjw1)
相關文章
相關標籤/搜索