フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to increase the bandwidth using fdesign from [20, 20000] to[20,50000] ?

2 ビュー (過去 30 日間)
David Santos
David Santos 2012 年 11 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
i'm designing my 1/3 octave filters using fdesign in the way that is in the help section of the function:
f.BandsPerOctave = 3;
f.FilterOrder = 8;
Fs=52734;
F0 = validfrequencies(f);
Nfc = length(F0);
for i=1:Nfc,
f.F0 = F0(i);
Hd3(i) = design(f,'butter');
end
The problem is that the fdesign functiondoes only work from [20,20000] Hz and i want to work from [20,50000] does anyone have a clue about how to do this? All the best!

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by