フィルターのクリア

Design of bandpass filter with Yulewalk

1 回表示 (過去 30 日間)
George Lazaridis
George Lazaridis 2014 年 3 月 28 日
回答済み: George Lazaridis 2014 年 3 月 28 日
Hello, i am trying to implement the filter attached in the picture but i cannot get the correct result (as seen in the other picture) as the Yulewalk function does not accept negative magnitudes. Can someone please help me?

採用された回答

Wayne King
Wayne King 2014 年 3 月 28 日
yulewalk() accepts magnitudes so you cannot use negative values. However, it looks like you have specifications in dB so small positive values (magnitudes) end up as negative values. You just need to convert the dB values to magnitudes.
Use db2mag() to convert your dB values to magnitudes and then use those as input to yulewalk()

その他の回答 (1 件)

George Lazaridis
George Lazaridis 2014 年 3 月 28 日
ok, i did it with db2mag() and i get this. Which frequency bands should i specify? i specify the following: freq = [0 1 2 12 16 30 Fs/2]*2/Fs. Maybe this is wrong? Because the slope after 16 is not as steep as i want it to be...

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by