Questions: Convolution in Continuous and Discrete Time

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An LTI system has an impulse response h(t) that decays slowly over several seconds. What does this imply about how the system computes its output at any given time t?

AThe output at time t depends only on the input at that exact moment, since the impulse response value at t=0 dominates
BThe output at time t is a weighted sum of all past inputs, with each past input weighted by the corresponding value of h — meaning the system has long memory
CThe output cannot be computed by convolution because the integral would not converge for a slowly decaying h
DA slowly decaying impulse response means the system is not LTI and convolution does not apply
Question 2 Multiple Choice

The convolution integral requires forming h(t−τ) — a flipped, shifted version of h — before multiplying by x. Why is this flip necessary rather than just multiplying h(τ) directly by x(τ)?

AIt is a mathematical convention with no physical meaning
BDirect multiplication h(τ)·x(τ) would compute the wrong operation — it would be pointwise multiplication, not accounting for the superposition of time-shifted responses
CThe flip arises from time-invariance: the response to a delayed impulse δ(t−τ) is h(t−τ), which reverses h's time axis when viewed as a function of τ
DThe flip ensures the output y(t) remains causal by preventing contributions from future inputs
Question 3 True / False

Convolution is commutative: (x * h)(t) = (h * x)(t) for any two LTI-compatible signals. This means you can swap which signal you call the 'input' and which you call the 'impulse response' without changing the output.

TTrue
FFalse
Question 4 True / False

For a time-varying system (one whose response to an impulse depends on when the impulse is applied), you can still characterize the system using a single impulse response h(t) and compute the output via convolution.

TTrue
FFalse
Question 5 Short Answer

Why is convolution the correct operation for computing the output of an LTI system, rather than simply multiplying the input signal by the impulse response? What two properties of LTI systems make convolution necessary?

Think about your answer, then reveal below.