Matlab help: I am given a second order differential equation.I need to use matlab to find unit step response and impulse response?
Posted
by
Cady Smith
on Stack Overflow
See other posts from Stack Overflow
or by Cady Smith
Published on 2012-12-02T21:50:55Z
Indexed on
2012/12/06
23:04 UTC
Read the original article
Hit count: 233
I have the second order differential equation
d^2(y(t))/dt^2+ B1*d(y(t))/dt+ c1*y(t)=A1*x(t)
t is in seconds and is greater than 0. A1, B1, C1 are constants that equal:
A1= 3.8469x10^6
B1= 325.6907
C1= 3.8469x10^6
This system is linear, time-invariant, and casual. The system is called H1. I want to use Matlab to compute and plot the impulse response function h1(t) and the unit step response function g1(t) of this system.
© Stack Overflow or respective owner