フィルターのクリア

Help with FIR highpass filters

1 回表示 (過去 30 日間)
David Jefferson
David Jefferson 2016 年 11 月 14 日
回答済み: Star Strider 2016 年 11 月 14 日
The goal of the assignment is to make a FIR highpass filter in matlab for butterworth, chebyshev type 1, elliptic. With this assignment they told me to do Window-based FIR filter design for this using the FIR1 function. I can understand how you could type to specify if it is a high pass b = fir1(n,Wn,ftype), and what window type like hammering, but I can not figure out how to specify which type of filter its suppose to be like if it was butterworth. So could you please help me figure that part out and maybe show a example for me I appreaciate it thanks!

採用された回答

Star Strider
Star Strider 2016 年 11 月 14 日
I don’t know what the constraints of your assignment are, but I would use the designfilt function. It’s certainly the most straightforward approach for complicated filters. The documentation for designfilt will tell you everything you need to know about its use.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeChebyshev についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by