ROC from Z transformation
조회 수: 11 (최근 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에서 Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!