invfreqs の使用法について
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ryota Kudo
el 25 de Jul. de 2019
Respondida: Naoya
el 29 de Jul. de 2019
invfreqsを用いて近似する周波数帯を決めるのはどのようにすれば良いでしょうか.
0 comentarios
Respuesta aceptada
Naoya
el 29 de Jul. de 2019
infreqs の 5つめの引数 wt にて重みを与えることができます。
>> [b,a] = invfreqs(h,w,n,m,wt)
wt は h や w と同じサイズのベクトルで定義します。
既定では、 ones(1, length(w)) と均一の重みが定義されているものとお考え下さい。
重要視したい周波数領域に対して、相対的に重みの値を大きくします。
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio Processing Algorithm Design en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!