这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@misael-diaz
Copy link
Owner

The following inputs functions have been considered: step, pulse, impulse, ramp, and sinusoid.

Obtains the transient response of a first-order
dynamic system to a unit-ramp input. Scipy's
fourth-order Runge-Kutta method is used to verify
the solution. The figure generated by the code
shows excellent agreement of the numeric with
the analytic solution.
It's important to indicate that the system is at
rest prior to the application of the forcing input u(t).
The analytic expression for the response of a first-order dynamic
system to a unit pulse is obtained by applying the principle of
superposition. Boolean algrebra is employed to model the input pulse
signal. The analytic solution agrees with the numeric one
(fourth-order Runge-Kutta method) as shown by the plot.
@misael-diaz
Copy link
Owner Author

The solutions have been checked using scipy's fourth-order Runge-Kutta method.

@misael-diaz misael-diaz merged commit 2cae24f into main Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants