Table of Contents list

This page discusses two important signals that are often used in signal processing, the delta function or unit impulse, and the unit step function.

The Kronecker Delta Function

The Kronecker delta function or unit impulse δ[n] is defined as a discrete function that is one when n is zero, and zero everywhere else: (1)δ:ZR:nδ[n]{1n=00n0 An alternative notation is δn,k. This function is one if n=k and zero if nk: δn,kδ[nk]

Kronecker delta functionImage source code

Impulse response

The impulse response h[n] of a DTLTI system T is defined as the output of the system when a Kronecker delta function is applied to its input: h[n]T(δ[n]) The letter h will be used to refer to the impulse response of a system. As we'll see later, the impulse response can be used to fully define the system, it captures all of its properties.

Properties of the Kronecker Delta Function

The most important property of the Kronecker delta is its ability to select a single term from an (infinite) sum: n=0x[n]δ[kn]=x[0]δ[k0]+x[1]δ[k1]++x[k]δ[kk]+=x[k] As you can see, all terms where nk are zero, so only the k-th term remains.
This is sometimes referred to as the sifting property of the delta function.

The Heaviside Step Function

The (discrete) Heaviside step function or unit step function u[n] (sometimes H[n]) is defined as a discrete function that is zero when n is negative, and one if n is zero or positive: (2)u:ZR:nu[n]{0n<01n0

Heaviside step functionImage source code

Step Response

Similar the impulse response, the step response is defined as the output of the system when the Heaviside step function is applied to the input: ystep[n]T(u[n]) The step response is an important tool when investigating how a system responds to transients.

Unlike the impulse response, there is no universal symbol or letter for the step response.

Properties of the Heaviside Step Function

The step function can also be written as the cumulative sum of the delta function: u[n]=k=nδ[k]