spectral factorization of improper systems

1 次查看(过去 30 天)
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 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by