confused abt z and z(-1) in matlab
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 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
am 13 Nov. 2011
Akzeptierte Antwort
Weitere Antworten (2)
moonman
am 13 Nov. 2011
0 Stimmen
2 Kommentare
Walter Roberson
am 13 Nov. 2011
Not without the symbolic toolbox.
Naz
am 13 Nov. 2011
I dont really understand what you are trying to do. Please, be more specific.
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!