photo

SAMIR PAUL


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

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(...

1年以上 前 | 0