spectral factorization of improper systems
조회 수: 2 (최근 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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!