Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Impuse response in MATLAB

Status
Not open for further replies.

syeda amna

Full Member level 4
Joined
Jun 1, 2010
Messages
222
Helped
24
Reputation
48
Reaction score
22
Trophy points
1,308
Location
Pakistan
Activity points
2,551
Hi
i have a question regading impulse response. I have poles and zeros and i can easily evaluate transfer function using tf command.
Now i want to get impuse response in terms of time domain variables. I want to evaluate impuse response from the given poles and zeros. What command i have to use?
 

Hi,
You have to create a state space system for getting impulse response in time domain.
For example
Sys1 was defined in terms of the transfer function using poles and zeros .Create a new state-space(ss) system, Sys2, that is equivalent to the transfer function system Sys1.
For creating ss - system u can use the following command in matlab
'impulse(ss(tf(b,a)))' '
 

Hi
There is one important notice. MATLAB version 7.10.0 is having the above mentioned command but MATLAB version 7.7.0 is not having this command so kindly specify your MATLAB version
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top