Design a third order low pass butterworth filter
34 ビュー (過去 30 日間)
古いコメントを表示
I want to design a 3rd order butterworth filter with a cutoff frequency 160 rad/s. The input signal is a square wave with magnitude of +-1V. and fundemental frequency of 130 rad/s. I must use butter(N,Wn,'s') command. And i have to find the magnitude and phase spectra of the filter.
10 件のコメント
Star Strider
2016 年 12 月 22 日
You can compute the Fourier transform without the sampling frequency. The results will not provide you with any information with respect to frequency.
回答 (1 件)
David Barry
2016 年 12 月 20 日
Read the doc and follow one of the very similar examples. If you are still stuck after that then upload your code and specific question. https://uk.mathworks.com/help/signal/ref/butter.html
4 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!