a) Plot the impulse response for h(t.)
b) Determine the transfer function H(s). Determine the locations of the poles and zeros of H(s) and plot them in the s-plane (‘x’ for poles, ‘o’ for zeros).
c) Plot the magnitude spectrum and phase spectrum of the transfer function.
d) Finally compare your results obtained with the MATLAB simulation.
-----------------------------------------------
I need your help to give me guideline on how i can get the transfer function out of the given impulse response.
I am trying my best to use enough parentheses to prevent conflict. but i get this error.
>> y=((3*exp^-3*t)+(5*exp^-2*t)+e^-t((4*cos3*t)+(6*sin3*t)+(exp^-4*t)))
??? Error using ==> exp
Not enough input arguments.
Do you have any idea on how to best define t in here?
I already found the Laplace of the the impulse response to get the transfer function as H(s) = L{h(t)}, where L{} is the Laplace transform.
Now in order to get the magnitude response and phase response, should i first take inverse laplace to get H(t) or directly can found from the S domain?
Now in order to get the magnitude response and phase response, should i first take inverse laplace to get H(t) or directly can found from the S domain?