How to get z transfer function from difference equation
2 ビュー (過去 30 日間)
古いコメントを表示
Hi! How can I find the transfer function for
m(k)=e(k)-e(k-1)-m(k-1), k>=0
and
e(k)= 1, k even
e(k)=0 , k odd
0 件のコメント
回答 (1 件)
Taru
2022 年 10 月 7 日
Hi,
I comprehend that you you want a transfer function for the model equation above. You can use the 'ztrans' function on the declared equation.
Regards,
Taru
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Dynamic System Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!