invfreqs の使用法について

invfreqsを用いて近似する周波数帯を決めるのはどのようにすれば良いでしょうか.

 Accepted Answer

Naoya
Naoya on 29 Jul 2019

0 votes

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

More Answers (0)

Tags

Asked:

on 25 Jul 2019

Answered:

on 29 Jul 2019

Community Treasure Hunt

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

Start Hunting!