Continuous-Time Signals and LTI Systems

Signals Are the Language of Communications

Every wireless system transmits, receives, and processes signals. A signal is simply a function of time (or space, or frequency) that carries information. This chapter develops the mathematical tools for analysing signals and the systems that process them β€” the foundation on which every subsequent chapter builds.

Definition:

Signal Classification

A continuous-time (CT) signal is a function x:R→Cx : \mathbb{R} \to \mathbb{C}.

  • Energy signal: Ex=βˆ«βˆ’βˆžβˆžβˆ£x(t)∣2 dt<∞E_x = \int_{-\infty}^{\infty} |x(t)|^2\,dt < \infty. Finite total energy, zero average power. Example: a single pulse.

  • Power signal: Px=lim⁑Tβ†’βˆž12Tβˆ«βˆ’TT∣x(t)∣2 dt∈(0,∞)P_x = \lim_{T \to \infty} \frac{1}{2T} \int_{-T}^{T} |x(t)|^2\,dt \in (0, \infty). Infinite energy but finite average power. Example: a sinusoid.

  • Deterministic: completely specified by a mathematical formula.

  • Random (stochastic): described by probability distributions (treated in Section 4.6 and Chapter 2).

,

Definition:

Dirac Delta Function

The Dirac delta Ξ΄(t)\delta(t) is the distribution satisfying

βˆ«βˆ’βˆžβˆžΞ΄(t) φ(t) dt=Ο†(0)\int_{-\infty}^{\infty} \delta(t)\,\varphi(t)\,dt = \varphi(0)

for every continuous test function Ο†\varphi. Key properties:

  • Sifting: βˆ«βˆ’βˆžβˆžx(t) δ(tβˆ’t0) dt=x(t0)\int_{-\infty}^{\infty} x(t)\,\delta(t - t_0)\,dt = x(t_0)
  • Scaling: Ξ΄(at)=1∣a∣δ(t)\delta(at) = \frac{1}{|a|}\delta(t)
  • Fourier pair: Ξ΄(t)↔1\delta(t) \leftrightarrow 1

Strictly, Ξ΄(t)\delta(t) is not a function but a distribution (generalised function). We use it freely as engineers do, with the understanding that all integrals involving Ξ΄\delta are shorthand for distributional pairings.

Definition:

Linear Time-Invariant (LTI) System

A system H\mathcal{H} mapping input x(t)x(t) to output y(t)y(t) is:

  • Linear: H{ax1+bx2}=a H{x1}+b H{x2}\mathcal{H}\{a x_1 + b x_2\} = a\,\mathcal{H}\{x_1\} + b\,\mathcal{H}\{x_2\}
  • Time-invariant: if y(t)=H{x(t)}y(t) = \mathcal{H}\{x(t)\}, then H{x(tβˆ’t0)}=y(tβˆ’t0)\mathcal{H}\{x(t - t_0)\} = y(t - t_0)

An LTI system is completely characterised by its impulse response h(t)=H{Ξ΄(t)}h(t) = \mathcal{H}\{\delta(t)\}.

Definition:

Convolution

The output of an LTI system with impulse response h(t)h(t) and input x(t)x(t) is the convolution:

y(t)=(xβˆ—h)(t)=βˆ«βˆ’βˆžβˆžx(Ο„) h(tβˆ’Ο„) dΟ„.y(t) = (x * h)(t) = \int_{-\infty}^{\infty} x(\tau)\,h(t - \tau)\,d\tau.

Properties:

  • Commutative: xβˆ—h=hβˆ—xx * h = h * x
  • Associative: xβˆ—(h1βˆ—h2)=(xβˆ—h1)βˆ—h2x * (h_1 * h_2) = (x * h_1) * h_2
  • Identity: xβˆ—Ξ΄=xx * \delta = x

Convolution in time corresponds to multiplication in frequency: Y(f)=X(f)H(f)Y(f) = X(f) H(f). This is the single most important property for frequency-domain analysis.

Convolution Animation

Watch the "flip and slide" interpretation of convolution. The impulse response h(Ο„)h(\tau) is flipped and slid across the input x(Ο„)x(\tau), and the output y(t)y(t) is the area under the product.

Parameters

Definition:

Stability and Causality

An LTI system is:

  • BIBO stable (bounded-input bounded-output) iff βˆ«βˆ’βˆžβˆžβˆ£h(t)βˆ£β€‰dt<∞\int_{-\infty}^{\infty} |h(t)|\,dt < \infty (i.e., h∈L1h \in L^1).

  • Causal iff h(t)=0h(t) = 0 for t<0t < 0 (the output depends only on present and past inputs).

All physical communication systems are causal. Stability ensures that finite-power inputs produce finite-power outputs.

Example: RC Low-Pass Filter

An RC circuit has impulse response h(t)=1RCeβˆ’t/RC u(t)h(t) = \frac{1}{RC} e^{-t/RC}\,u(t) where u(t)u(t) is the unit step. Verify it is causal and BIBO stable. Find the output when the input is x(t)=u(t)x(t) = u(t) (unit step).

Theorem: Transfer Function

For an LTI system with impulse response h(t)h(t), the transfer function (frequency response) is

H(f)=βˆ«βˆ’βˆžβˆžh(t) eβˆ’j2Ο€ft dt=F{h(t)}H(f) = \int_{-\infty}^{\infty} h(t)\,e^{-j2\pi f t}\,dt = \mathcal{F}\{h(t)\}

and the input-output relation in the frequency domain is

Y(f)=H(f) X(f).Y(f) = H(f)\,X(f).

This is the convolution theorem: convolution in time becomes multiplication in frequency.

Complex exponentials ej2Ο€fte^{j2\pi f t} are eigenfunctions of LTI systems: the system scales each frequency component by H(f)H(f) without mixing frequencies.

,

LTI System Block Diagram

LTI System Block Diagram
An LTI system characterised by impulse response h(t)h(t) and transfer function H(f)H(f). The output y(t)=x(t)βˆ—h(t)y(t) = x(t) * h(t) in time is equivalent to Y(f)=X(f)H(f)Y(f) = X(f) H(f) in frequency. Cascading two LTI systems multiplies their transfer functions.

Common Mistake: The Wireless Channel Is NOT Exactly LTI

Mistake:

Treating the wireless channel as a time-invariant system in all analyses.

Correction:

The wireless channel is a linear time-variant (LTV) system (Section 4.5). The LTI model is a useful approximation when the channel changes slowly compared to the symbol duration (quasi-static or block-fading model), but fast fading requires the full LTV framework.

Quick Check

What is x(t)βˆ—Ξ΄(tβˆ’t0)x(t) * \delta(t - t_0)?

x(t)x(t)

x(tβˆ’t0)x(t - t_0)

x(t0)x(t_0)

x(t)β‹…Ξ΄(tβˆ’t0)x(t) \cdot \delta(t - t_0)

Impulse Response

The output of an LTI system when the input is a Dirac delta: h(t)=H{Ξ΄(t)}h(t) = \mathcal{H}\{\delta(t)\}. Completely characterises the system.

Related: Transfer Function, Convolution, Linear Time-Invariant (LTI) System

Convolution

(xβˆ—h)(t)=βˆ«βˆ’βˆžβˆžx(Ο„)h(tβˆ’Ο„) dΟ„(x * h)(t) = \int_{-\infty}^{\infty} x(\tau) h(t-\tau)\,d\tau. The output of an LTI system with impulse response hh and input xx.

Related: Impulse Response, Transfer Function

BIBO Stability

An LTI system is BIBO (bounded-input bounded-output) stable iff ∫∣h(t)βˆ£β€‰dt<∞\int |h(t)|\,dt < \infty.

Related: Impulse Response, Stability and Causality