필터 지우기
필터 지우기

Polynomial Stability Test output

조회 수: 1 (최근 30일)
Anna Eteläaho
Anna Eteläaho 2011년 7월 11일
I'm trying to check the stability of a discrete system using Polynomial Stability Test (PST) block. The transfer function is H(z)=1/(1-az^-1). I have tried importing the vector u = [1 -a] from workspace, using that as an input to PST, and finally exporting the result back to workspace (to variable "simout"). Problem is, the result is always the same no matter what value "a" has: simout.signals.values is "<1x1x11 logical>" and contains only 1:s.
y = all(abs(roots(u)) < 1) works fine and gives correct results (=the system is stable when abs(a) < 1), but I need to do the same using Simulink. How can I get the correct results from PST?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Test Model Components에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by