Search⌘ K
AI Features

Decomposition of a Signal into Scaled Unit Impulses

Understand how any discrete-time signal can be decomposed into a sum of scaled and shifted unit impulses. Explore the role of the unit impulse in isolating signal values at specific times and how these impulses combine to reconstruct the original signal. This lesson helps build foundational knowledge for analyzing digital systems and signals.

Let’s explore how any length-NN discrete-time signal can be decomposed into NN separate scaled and shifted unit impulses.

Role of the unit impulse

A signal x[n]x[n] is drawn in the figure below. Let’s multiply it with a unit impulse δ[n]\delta[n] at time 00 and observe the output. Clearly, the value of x[n]x[n] at time 00 (i.e., x[0]x[0]) is the result. This is because all the other values in the impulse were zero, and the multiplication of the remaining values with zero is zero.

Multiplying a signal by a unit impulse
Multiplying a signal by a unit impulse

Time shift

Next, we multiply it with an impulse shifted by 11, or δ[n1]\delta[n-1] ...