Skip to content

Chapter 1: Elementary Signals

This chapter presents the elementary signals used in signal processing. These fundamental building blocks form the basis for analyzing more complex signals and systems.

Dirac Delta Function

Definition

The Dirac delta function δ(t) is a mathematical idealization representing an impulse of infinite height, zero width, and unit area.

+δ(t)dt=1andδ(t)=0 for t0

While not a function in the classical sense, δ(t) can be understood as the limit of a sequence of functions. For example, using Gaussians:

δ(t)=limσ01σ2πet2/(2σ2)

Dirac delta approximation

Properties

Sifting Property: For any function f(t) continuous at t0:

+f(t)δ(tt0)dt=f(t0)

Scaling Property:

δ(at)=1|a|δ(t),a0

Derivative Property:

+f(t)δ(t)dt=f(0)

Unit Step Function

Definition

The unit step function (Heaviside function) is defined as:

u(t)={1if t00if t<0

Unit step function

Properties

Relationship with Dirac Delta:

du(t)dt=δ(t)u(t)=tδ(τ)dτ

Windowing: The unit step can be used to "turn on" a signal at t=0:

x(t)u(t)={x(t)t00t<0

Shifted Step: A step delayed by t0:

u(tt0)={1tt00t<t0

Unit Ramp Function

Definition

The unit ramp function is defined as:

r(t)=tu(t)={tif t00if t<0

Unit ramp function

Properties

Relationship with Unit Step:

r(t)=tu(τ)dτdr(t)dt=u(t)

Relationship with Dirac Delta:

d2r(t)dt2=δ(t)

Complex Exponential

Definition

The complex exponential is defined as:

x(t)=Aest=Ae(σ+jω0)t

where:

  • s=σ+jω0 is the complex frequency
  • A is the amplitude
  • σ is the damping factor (attenuation)
  • ω0 is the angular frequency (rad/s)

Using Euler's formula ejθ=cos(θ)+jsin(θ):

x(t)=Aeσt[cos(ω0t)+jsin(ω0t)]

Complex exponential with different damping

Properties

Euler's Formula:

ejθ=cos(θ)+jsin(θ)

Behavior based on σ:

  • σ=0: undamped oscillation (constant amplitude)
  • σ<0: damped oscillation (decaying amplitude)
  • σ>0: growing oscillation (unstable)

Eigenfunction Property: Complex exponentials are eigenfunctions of LTI systems:

T{est}=H(s)est

Periodicity: When σ=0, the signal is periodic with period T0=2π/ω0.


Sinusoidal Signal

Definition

A sinusoidal signal is defined as:

x(t)=Acos(ω0t+ϕ)

where:

  • A: amplitude (peak value)
  • ω0=2πf0: angular frequency (rad/s)
  • f0: frequency (Hz)
  • T0=1/f0: period (s)
  • ϕ: initial phase (rad)

Sinusoidal signal

Properties

Periodicity:

x(t+T0)=x(t)where T0=2πω0=1f0

Relation to Complex Exponentials:

cos(ω0t)=12(ejω0t+ejω0t)sin(ω0t)=12j(ejω0tejω0t)

Power: A sinusoid is a power signal with average power:

P=A22

Phase Shift: A time delay t0 corresponds to a phase shift:

Acos(ω0(tt0))=Acos(ω0tω0t0)

Rectangular Pulse

Definition

The rectangular pulse (gate function) of width T centered at the origin is:

rect(tT)={1if |t|T20otherwise

Rectangular pulse

Properties

Relation to Unit Steps:

rect(tT)=u(t+T2)u(tT2)

Area:

+rect(tT)dt=T

Energy:

E=+|rect(tT)|2dt=T

Fourier Transform: The Fourier transform of a rectangular pulse is a sinc function:

F{rect(tT)}=Tsinc(fT)

Sinc Function

Definition

The normalized sinc function is defined as:

sinc(t)=sin(πt)πt

with sinc(0)=1 (by L'Hôpital's rule or continuity).

Sinc function

Properties

Zeros: sinc(n)=0 for all non-zero integers nZ{0}

Normalization:

+sinc(t)dt=1

Fourier Transform Pair: The sinc and rect functions are Fourier transform pairs:

F{sinc(t)}=rect(f)F{rect(t)}=sinc(f)

Ideal Lowpass Filter: The sinc function is the impulse response of an ideal lowpass filter.

Interpolation: The sinc function appears in the ideal reconstruction formula (Whittaker-Shannon interpolation).


Gaussian Pulse

Definition

The Gaussian pulse is defined as:

x(t)=eπt2

More generally, with parameter α:

x(t)=eαt2

Gaussian pulse

Properties

Self-Fourier Transform: The Gaussian is its own Fourier transform (with appropriate normalization):

F{eπt2}=eπf2

Uncertainty Principle: The Gaussian achieves the lower bound of the time-frequency uncertainty principle:

ΔtΔf14π

Energy:

E=+e2πt2dt=12

Smoothness: The Gaussian is infinitely differentiable and has no discontinuities.

Summary

SignalDefinitionKey Property
Dirac delta δ(t)Unit impulse at t=0Sifting property
Unit step u(t)1 for t0, else 0dudt=δ(t)
Unit ramp r(t)t for t0, else 0drdt=u(t)
Complex exponential este(σ+jω0)tEigenfunction of LTI systems
SinusoidAcos(ω0t+ϕ)Periodic, period T0=2π/ω0
Rectangular pulse1 for |t|T/2FT is sinc
Sincsin(πt)/(πt)FT is rect
Gaussianeπt2Self-Fourier transform