confused abt z and z(-1) in matlab
이전 댓글 표시
Lets suppose i am having one transfer function as
H(z)= 1-2z/(1+3z)
and the other is
G(z) = 1-2z(-1)/ [1+3z(-1)] //Now inverse is used
If i want to take the transfer fucntion in matlab for further pole zero map, how i will tell matlab that it is z in my TF or z(-1)
댓글 수: 2
Walter Roberson
2011년 11월 13일
Is that really z multiplied by negative one? Or is it z raised to the power of negative 1, z^(-1), which is 1/z ?
moonman
2011년 11월 13일
채택된 답변
추가 답변 (2개)
moonman
2011년 11월 13일
0 개 추천
댓글 수: 2
Walter Roberson
2011년 11월 13일
Not without the symbolic toolbox.
Naz
2011년 11월 13일
I dont really understand what you are trying to do. Please, be more specific.
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!