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!