필터 지우기
필터 지우기

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