finding the transfer function in the time domain by its coefficients in Z domain

10 views (last 30 days)
Hi, I find the coefficient of the transfer function in Z domain. So, I have the nominator and denominator coefficients for my transfer function. How can I have my transfer function (h[n]) in time domain by these coefficients?

Answers (1)

Walter Roberson
Walter Roberson on 16 Sep 2018
If you have the symbolic toolbox then you can use poly2sym to create symbolic polynomials from the numerator and denominator. Divide the two, and then you can use iztrans() to get the time domain
https://www.mathworks.com/help/symbolic/compute-z-transforms-and-inverse-z-transforms.html

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!