How to z-transform these equations into matlab using symbolic math toolbox?
1 回表示 (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/196319/image.jpeg)
How to input the equations and perform z-transform using the symbolic math toolbox?
0 件のコメント
回答 (1 件)
Walter Roberson
2018 年 9 月 21 日
syms n z
ztrans( (1/sym(3))^n*dirac(n-2)+(sym(9)/10)^(n-3)*dirac(n), n, z)
Unfortunately there appears to be a weakness in not knowing that the ztrans of dirac(n) is 1 .
Generally speaking it seems to be weak on many of the items listed in https://en.wikipedia.org/wiki/Z-transform#Table_of_common_Z-transform_pairs
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!