Effacer les filtres
Effacer les filtres

Specify discrete transfer functions in DSP format

1 vue (au cours des 30 derniers jours)
Sandi J
Sandi J le 9 Sep 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 ?

Réponses (0)

Catégories

En savoir plus sur Signal Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by