Skip to content

Chapter 1: Elementary Discrete Signals

Introduction

This chapter presents the fundamental discrete-time signals that form the building blocks of digital signal processing.

Unit Impulse

Definition: Unit Impulse (Kronecker Delta)

The discrete unit impulse is defined as:

δ[n]={1if n=00if n0

Sifting Property

For any signal x[n]:

k=+x[k]δ[nk]=x[n]x[n]δ[nn0]=x[n0]δ[nn0]

Unit Step

Definition: Unit Step

The discrete unit step is defined as:

u[n]={1if n00if n<0

Relationship with Unit Impulse

δ[n]=u[n]u[n1]u[n]=k=nδ[k]=k=0δ[nk]

Exponential Sequences

Definition: Real Exponential

A real exponential sequence is:

x[n]=Aαn

where A is the amplitude and α is the base.

  • |α|<1: decaying sequence
  • |α|>1: growing sequence
  • |α|=1: constant magnitude

Definition: Complex Exponential

The discrete complex exponential is:

x[n]=Aej(ω0n+ϕ)

where ω0 is the normalized angular frequency (rad/sample).

Periodicity of Complex Exponentials

Theorem: Periodicity Condition

The discrete complex exponential ejω0n is periodic if and only if ω02π is a rational number.

If ω02π=mN where m and N are coprime integers, the fundamental period is N.

Example: Periodicity

Consider x[n]=ej(2π/12)n.

Since ω02π=112 is rational, the signal is periodic with period N=12.

Compare with x[n]=ej2n: since 22π is irrational, this signal is not periodic.

Sinusoidal Sequences

A discrete sinusoid is:

x[n]=Acos(ω0n+ϕ)

where:

  • ω0: normalized angular frequency (rad/sample)
  • ω0=2πf0/fs=2πf0Ts: relationship with analog frequency

Proposition: Frequency Aliasing

Discrete sinusoids with frequencies ω0 and ω0+2πk (for any integer k) are identical:

cos((ω0+2πk)n+ϕ)=cos(ω0n+ϕ)

Therefore, the unique frequency range is π<ω0π or 0ω0<2π.

Geometric Sequence

Definition: Geometric Sequence

A causal geometric sequence is:

x[n]=anu[n]

The sum of an infinite geometric series (for |a|<1):

n=0an=11a

Rectangular Window

Definition: Rectangular Window

The rectangular window of length N is:

w[n]={10nN10otherwise

Or equivalently: w[n]=u[n]u[nN]

Digital Sinc Function

Definition: Discrete Sinc

The discrete sinc function is:

sincd[n]=sin(πn)πn={1n=00n0,nZ

The Dirichlet sinc (aliased sinc) is:

sin(ωcn)πn

which is the ideal lowpass filter impulse response with cutoff ωc.