フィルターのクリア

What is the rating of the Parks-McClellan FIR degree?

3 ビュー (過去 30 日間)
studentmatlaber
studentmatlaber 2023 年 1 月 9 日
回答済み: Star Strider 2023 年 1 月 9 日
Hello everybody. I created a Parks-McClellan optimal FIR filter. I have written my values below. But what I want to ask here is what is the degree of this filter? I'll be happy if you can help me.
[n, fo, ao, w] = firpmord ([0.04 0.09], [1 0], [0.001 0.01], Fs{i,j});
b = firpm (n, fo, ao, w);

回答 (1 件)

Star Strider
Star Strider 2023 年 1 月 9 日
According to the documentation, the order of the filter is ‘n’ (the first output).

カテゴリ

Help Center および File ExchangeDigital and Analog Filters についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by