SAMIR PAUL
Followers: 0 Following: 0
Feeds
已回答
DTFT possible on Matlab?
clc; b=[1]; a=[1,-0.5]; w=-pi:pi/100:pi; [h]=freqz(b,a,w); %magnitude spetrum subplot(2,2,1); plot(w/pi,abs(h)); xlabel(...
DTFT possible on Matlab?
clc; b=[1]; a=[1,-0.5]; w=-pi:pi/100:pi; [h]=freqz(b,a,w); %magnitude spetrum subplot(2,2,1); plot(w/pi,abs(h)); xlabel(...
1 year 前 | 0