confused abt z and z(-1) in matlab
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 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
le 13 Nov 2011
Réponse acceptée
Plus de réponses (2)
moonman
le 13 Nov 2011
0 votes
2 commentaires
Walter Roberson
le 13 Nov 2011
Not without the symbolic toolbox.
Naz
le 13 Nov 2011
I dont really understand what you are trying to do. Please, be more specific.
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!