confused abt z and z(-1) in matlab
Show older comments
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 Comments
Walter Roberson
on 13 Nov 2011
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
on 13 Nov 2011
Accepted Answer
More Answers (2)
moonman
on 13 Nov 2011
0 votes
2 Comments
Walter Roberson
on 13 Nov 2011
Not without the symbolic toolbox.
Naz
on 13 Nov 2011
I dont really understand what you are trying to do. Please, be more specific.
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!