Borrar filtros
Borrar filtros

Specify discrete transfer functions in DSP format

1 visualización (últimos 30 días)
Sandi J
Sandi J el 9 de Sept. de 2018
I use the function 'filt' to specify discrete transfer functions in DSP format for state space system .
num=cfirpm(60,[-1 -0.5 -0.4 0.7 0.8 1],@lowpass);
den=[1 0];
TF= filt(num,den);
I found this warning : the numerator or denominator of this transfer function has complex-valued coefficients.
How can i solve this problem ?

Respuestas (0)

Categorías

Más información sobre Signal Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by