I am stucked while plotting time discrete for the inverse z transfer.
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to plot the time discrete sequence for the below transfer function:
F(z)=z/(z-0.5)(z-2)
I have written the below code. Though it's not showing any error, as per my understanding the result is not correct. Can anyone please help?

답변 (1개)
Chandra
2022년 5월 4일
Hi,
By applying partial fraction to the z transform it gives

inverser transform gives
, expandi this equation by changing the n values from 0 to inf or -inf to 0 depending on the stability and causality parameter

By expanding the values are matched exactly with the sequence.
댓글 수: 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!