필터 지우기
필터 지우기

Specify discrete transfer functions in DSP format

조회 수: 1 (최근 30일)
Sandi J
Sandi J 2018년 9월 9일
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 ?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by