confused abt z and z(-1) in matlab
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 13 de Nov. de 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
el 13 de Nov. de 2011
Respuesta aceptada
Más respuestas (2)
moonman
el 13 de Nov. de 2011
0 votos
2 comentarios
Walter Roberson
el 13 de Nov. de 2011
Not without the symbolic toolbox.
Naz
el 13 de Nov. de 2011
I dont really understand what you are trying to do. Please, be more specific.
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!