1. Evaluating Causal Exponential Decay System Response
Engineering StudentBackground
Analyzing a first-order LTI system with impulse response g(t) = exp(-2t) excited by an input f(t) = exp(-t).
Problem
Needs to verify the analytical solution (f*g)(t) = exp(-t) - exp(-2t) at discrete output time points.
How to use
Enter exp(-x) for f(x), exp(-2x) for g(x), select causal mode with window [0, 20], and set evaluation points to 0.5, 1, 2, 3.
fExpr: exp(-x), gExpr: exp(-2x), mode: causal, tauMin: 0, tauMax: 20, tValues: 0.5, 1, 2, 3, intervals: 2000, decimalPlaces: 4Outcome
Receives output values of 0.2387, 0.2325, 0.1170, and 0.0473, confirming theoretical derivations.