I am stucked while plotting time discrete for the inverse z transfer.
1 view (last 30 days)
Show older comments
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/887425/image.png)
Answers (1)
Chandra
on 4 May 2022
Hi,
By applying partial fraction to the z transform it gives
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/987105/image.png)
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/987110/image.png)
By expanding the values are matched exactly with the sequence.
0 Comments
See Also
Categories
Find more on Calculus in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!