Feeds
已回答
Bode Plot of Low Pass Filter and High Pass Filter
w = [20: 10: 20000]; filter = 1/(1 + w^2); plot(w, 20*log10(filter) );
Bode Plot of Low Pass Filter and High Pass Filter
w = [20: 10: 20000]; filter = 1/(1 + w^2); plot(w, 20*log10(filter) );
2 years 前 | 0