invfreqs の使用法について
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
invfreqsを用いて近似する周波数帯を決めるのはどのようにすれば良いでしょうか.
0 Commenti
Risposta accettata
Naoya
il 29 Lug 2019
infreqs の 5つめの引数 wt にて重みを与えることができます。
>> [b,a] = invfreqs(h,w,n,m,wt)
wt は h や w と同じサイズのベクトルで定義します。
既定では、 ones(1, length(w)) と均一の重みが定義されているものとお考え下さい。
重要視したい周波数領域に対して、相対的に重みの値を大きくします。
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Audio Processing Algorithm Design in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!