spectral factorization of improper systems

조회 수: 2 (최근 30일)
Waqar Ahmed
Waqar Ahmed 2020년 4월 23일
My W1 and W2 are
W1=zpk((1+0.1*s)/(s+0.1));
W2=zpk(0.1*(s+0.1));
I want to find spectral factorization of using spectralfact command
spectralfact(W1*W1'+W2*W2)
but it is giving the error
Error using DynamicSystem/spectralfact (line 58)
Not supported for improper (non causal) continuous-time models.
Although the spectral factorization is posible for W1*W1'+W2*W2

답변 (0개)

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by