Replies: 2 comments
-
Hi @janvv that sounds right, I think the integrator assumes linear interpolation between sample points. A unit impulse input is well- But the trapezoidal approximation of an impulse that starts at T=0 has an area of only 1/2. |
Beta Was this translation helpful? Give feedback.
-
@sawyerbfuller is exactly right. If you would like to see this explicitly, you can plot the inputs:
![]() Also, note that the first response is not the same as an impulse response for a continuous time system. If you plot the impulse response for this system, it won't match either of these traces. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I am trying to figure out why the forced response with input at t=0 results in a different (half the expected steady state) as compared to the same input one sample later t=1. Is this because of the trapezoid integration of the ODE solver and expected behavior?
System =$\frac{5}{900 s^3 + 60 s^2 + s}$

Toolbox Version: 0.10.1
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions