Jump back to chapter selection.


Table of Contents

12.1 Modulation as Frequency Shifting
12.2 Amplitude Modulation and Demodulation
12.3 Multiplexing and Pulse-Amplitude Modulation
12.4 Frequency Modulation
12.5 Linear Feedback Systems
12.6 Stability Margins


12 Communication and Feedback Systems

The earlier chapters develop the tools: convolution, Fourier transforms, sampling, Laplace transforms, z-transforms, and filters. Communication and feedback systems show why these tools matter. Communication uses modulation to move information around in frequency. Feedback uses system interconnection to change sensitivity, tracking, stability, and robustness.


12.1 Modulation as Frequency Shifting

Multiplication by a complex exponential shifts a spectrum. If

y(t)=x(t)ejωct,

then

Y(jω)=X(j(ωωc)).

The whole spectrum of x(t) is moved up by ωc.

Multiplication by a cosine creates two shifted copies:

y(t)=x(t)cos(ωct)=12x(t)ejωct+12x(t)ejωct.

Thus

Y(jω)=12X(j(ωωc))+12X(j(ω+ωc)).

This is the mathematical basis of amplitude modulation, frequency-division multiplexing, heterodyne detection, radio transmission, and many measurement techniques. The carrier does not create new information by itself; it relocates the spectrum to a band where transmission, filtering, or detection is convenient.


12.2 Amplitude Modulation and Demodulation

In double-sideband suppressed-carrier amplitude modulation,

s(t)=x(t)cos(ωct).

If x(t) is bandlimited to |ω|<ωM and

ωc>ωM,

then the shifted spectral copies do not overlap around the origin.

Coherent demodulation multiplies by the same carrier again:

2s(t)cos(ωct)=x(t)[1+cos(2ωct)].

The desired baseband term is x(t), while the second term is shifted to twice the carrier frequency. A lowpass filter recovers x(t).

If the receiver oscillator has phase error ϕ,

2s(t)cos(ωct+ϕ)

recovers a baseband term proportional to

x(t)cosϕ.

Thus coherent demodulation requires carrier phase synchronization. A phase error of π/2 can completely suppress the recovered signal.

Standard AM with transmitted carrier uses

s(t)=Ac[1+kax(t)]cos(ωct).

If 1+kax(t) remains positive, the envelope contains the message and envelope detection is possible. If the modulation is too strong, overmodulation causes distortion.

Single-sideband modulation transmits only one sideband. It is more bandwidth efficient, but generation and demodulation require sharper filtering or Hilbert-transform methods.


12.3 Multiplexing and Pulse-Amplitude Modulation

Frequency-division multiplexing places different messages in different frequency bands:

s(t)=kxk(t)cos(ωc,kt).

The carrier frequencies are chosen so that the shifted spectra do not overlap. Bandpass filters and coherent demodulators recover the individual messages.

Time-division multiplexing assigns different signals to different time slots. This is naturally connected to sampling. Each source is sampled, the samples are interleaved, and the receiver separates the streams by timing.

Pulse-amplitude modulation (PAM) represents information by pulse amplitudes:

s(t)=n=anp(tnT),

where an are sample or symbol values and p(t) is a pulse shape.

If pulses overlap at the sampling instants, symbols interfere with each other. This is intersymbol interference. A Nyquist pulse shape satisfies

p(kT)={1,k=0,0,k0,

so that neighbouring symbols do not contribute at the decision times.

Pulse-code modulation (PCM) adds quantization and binary coding. It is the basis for many digital communication and storage systems: sample, quantize, encode, transmit, decode, reconstruct.


12.4 Frequency Modulation

In frequency modulation, the message changes the instantaneous frequency rather than the amplitude. A typical FM signal is

s(t)=Accos(ωct+kftx(τ)dτ).

The instantaneous phase is

θ(t)=ωct+kftx(τ)dτ,

so the instantaneous angular frequency is

ωi(t)=dθdt=ωc+kfx(t).

For small modulation index, FM can be approximated by a carrier plus small sidebands. For larger modulation index, many sidebands appear. FM is more bandwidth-consuming than simple AM, but it can be more robust to amplitude noise because the information is carried primarily in phase/frequency.

This phase viewpoint also connects modulation to later topics such as phase-locked loops and frequency combs: controlling phase means controlling instantaneous frequency, and vice versa.


12.5 Linear Feedback Systems

In a basic negative-feedback loop, the forward system is G and the feedback system is H. The closed-loop transfer function is

T=G1+GH.

The denominator

1+G(s)H(s)=0

or

1+G(z)H(z)=0

is the characteristic equation. Its roots are the closed-loop poles, and they determine stability and transient behaviour.

Feedback can be used for:

The benefit is not free. Feedback can also destabilise a system if the loop gain has the wrong phase at frequencies where its magnitude is large. This is why feedback analysis is inseparable from pole locations, frequency response, and phase.

For high loop gain |GH|1,

T1H.

Thus the closed-loop response is set mainly by the feedback path, not by the forward plant. This is the basic robustness intuition behind feedback control.


12.6 Stability Margins

For continuous-time rational systems, closed-loop stability requires all closed-loop poles to lie in the left half-plane. For discrete-time systems, they must lie inside the unit circle.

Root-locus analysis studies how the closed-loop poles move as a scalar gain K changes. If

1+KG(s)H(s)=0,

the root locus shows the possible closed-loop pole locations as K varies from 0 to . This gives direct insight into transient response, damping, and stability.

The Nyquist stability criterion uses the frequency response of the open-loop transfer function G(s)H(s) to infer closed-loop stability. The critical point is 1 in the complex plane because

1+G(s)H(s)=0

means

G(s)H(s)=1.

Encirclements of this point determine whether closed-loop poles move into the unstable region.

In engineering design, gain and phase margins are practical summaries:

Large margins usually mean robust but slower response. Small margins can give fast response but ringing, overshoot, and fragility. Feedback design is therefore a controlled compromise between speed, accuracy, disturbance rejection, and stability.