필터 지우기
필터 지우기

How do I obtain the impulse response of the transfer function given below:

조회 수: 6 (최근 30일)
Salik Mallick
Salik Mallick 2020년 3월 18일
답변: Aman Vyas 2020년 3월 23일
How do I obtain the impulse response of the transfer function given below:
(s - 1)
H(S) = ------------------------------------
(s + 1) (s + 2)
num = input('enter the numerator of the transfer function')
den = input('enter the denominator of the transfer function')
impulse(num,den)
This is User Defined input problem.

답변 (1개)

Aman Vyas
Aman Vyas 2020년 3월 23일
Hi,
It is clear from the question that you want to find the impulse response of transfer function.
You can proceed with either of the solution :
A) For that as soon as you have transfer function available , you can simply use ilaplace function as
ilaplace corresponds to inverse laplace which is used for converting s domain to t domian (time).
Here is the documentation link:
B) Pls check out the solution posted here as it points to your type of question:
Hope this helps resolve your issue.

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by