필터 지우기
필터 지우기

Why do i get a different pzmap if i use idtf or ss representation of the same system

조회 수: 3 (최근 30일)
Hello,
I noticed a behaviour i cannot explain.
idtf, idpoly, ss, from what i understood, is just a matter of writing or convention to describe a system. Because they describe the same system, they should have the same poles and zeros, therefore the same pzmap.
I have a continuous SISO model. If i do pzmap of the ss, i get one pole of multiplicity N, the order of my system, and N zeros as well.
if i do pzmap of the idtf representing the same system, i get N poles and N zeros. Zeros do not match perfectly but are quite close.
Does anyone has an explanation?SSvsIDTF.jpg
Thanks in advance for your help

채택된 답변

Raj
Raj 2019년 6월 19일
I assume you are doing something like this:
G = idtf(num,den)
M=tf(num,den)
N=ss(G)
Now you expect G ,M and N to be identical and have same pzmap since they are basically the same system. However there may be small differences due to numerical computation accuracy issues if your system is of high order.
See the section "Recommended Working Representation" here:
  댓글 수: 1
Guillaume FOURNIER
Guillaume FOURNIER 2019년 6월 19일
The order of my system is 19. I don't know if that can be considered high.
In my case, i need to use a state space approach. Luckily my needs are in line with Mathworks recommendations (thanks for the link). Let's say these discrepencies come from numerical issues.
Thanks for your answer and your time

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Stability Analysis에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by