ROC from Z transformation
23 ビュー (過去 30 日間)
古いコメントを表示
if you have a tf() in MATLAB for a Z transformation is there any way to get the Region of convergence data from it? (ROC)
Thanks!
0 件のコメント
回答 (4 件)
Azzi Abdelmalek
2013 年 9 月 10 日
編集済み: Azzi Abdelmalek
2013 年 9 月 10 日
If you want to get the ROC, you have to do it manually. there is nothing reafering to region of convergence in ztrans function
doc ztrans
Also, we can't get the ROC from the resulting z transform, because the z transform is found in the region of convergence
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!