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!