フィルターのクリア

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

3 ビュー (過去 30 日間)
farah arabian
farah arabian 2018 年 9 月 16 日
回答済み: Walter Roberson 2018 年 9 月 16 日
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 Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by