Borrar filtros
Borrar filtros

how to use arguments in freqz function of signal processing toolbox

2 visualizaciones (últimos 30 días)
I found freqz function in signal processing toolbox
This function is describing follow as [h,w]=freqz(b, a,n) [h,f]=freqz(b,a,n,fs) ..
I have a question for this function in arguments
I would like to know the meaning of "1" in freqz(h,1) function
Thanks

Respuesta aceptada

kjetil87
kjetil87 el 8 de Ag. de 2013
It just means that the denominator in the filter equation is one, therefor typing freqz(h,1) is kinda misleading because h is often used as
h=b/a

Más respuestas (0)

Categorías

Más información sobre Array and Matrix Mathematics 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!

Translated by