Matlab help: I am given a second order differential equation.I need to use matlab to find unit step response and impulse response?
- by Cady Smith
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.