invfreqs の使用法について

14 views (last 30 days)
Ryota Kudo
Ryota Kudo on 25 Jul 2019
Answered: Naoya on 29 Jul 2019
invfreqsを用いて近似する周波数帯を決めるのはどのようにすれば良いでしょうか.

Accepted Answer

Naoya
Naoya on 29 Jul 2019
infreqs の 5つめの引数 wt にて重みを与えることができます。
>> [b,a] = invfreqs(h,w,n,m,wt)
wt は h や w と同じサイズのベクトルで定義します。
既定では、 ones(1, length(w)) と均一の重みが定義されているものとお考え下さい。
重要視したい周波数領域に対して、相対的に重みの値を大きくします。

More Answers (0)

Categories

Find more on Signal Processing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!