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

3 次查看(过去 30 天)
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?

回答(1 个)

Walter Roberson
Walter Roberson 2018-9-16
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

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by