Skip to main content
NSWEngineering StudiesSyllabus dot point

How do modulation techniques (AM, FM, PM, digital) shape what a signal can carry and how robustly?

Investigate modulation techniques including amplitude modulation, frequency modulation, phase modulation, and digital modulation (ASK, FSK, PSK, QAM), and the engineering trade-offs between bandwidth, complexity, power efficiency and noise immunity

A focused HSC Engineering Studies Telecommunications Engineering answer on modulation. Defines the carrier wave; explains AM, FM and PM analog techniques; covers digital schemes (ASK, FSK, PSK, QAM); compares techniques on bandwidth, noise immunity, power efficiency and complexity; engineering selection criteria.

Generated by Claude Opus 4.79 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

Modulation is the process of impressing information from a message signal onto a carrier wave so it can be transmitted through a physical channel. The Telecommunications Engineering module expects you to define each main technique (AM, FM, PM, plus digital schemes), explain why each has its place, and use the engineering trade-offs (bandwidth, noise immunity, power efficiency, complexity) to justify a choice for a given application.

The answer

A typical communication channel is at a frequency very different from the information signal. A voice signal sits around 0 to 3.4 kHz; a broadcast radio channel sits at hundreds of kHz to hundreds of MHz. The carrier wave (sinusoidal at the channel's frequency) is modulated to carry the information.

The carrier wave

A sinusoidal carrier is described by:

v(t)=Acos(2πfct+ϕ)v(t) = A \cos(2\pi f_c t + \phi)

The three parameters are amplitude A, frequency f_c, and phase phi. Modulating any one of them in time with the message signal produces a different modulation type.

Amplitude modulation (AM)

The message signal modulates the carrier amplitude:

vAM(t)=[A+m(t)]cos(2πfct)v_{AM}(t) = [A + m(t)] \cos(2\pi f_c t)

The modulated signal carries the message in the variations of the envelope.

Bandwidth
For a message of bandwidth B, AM uses bandwidth 2B (the message generates both upper and lower sidebands around the carrier). For voice (3 kHz) the AM channel needs about 6 kHz; broadcast AM is typically allocated 10 kHz.
Noise immunity
Poor. Atmospheric and electrical noise add to amplitude and are not separated from the message at the receiver. AM broadcast at night famously suffers from interference.
Power efficiency
Poor. Most of the transmitted power is in the carrier itself rather than the sidebands (the sidebands carry the information). Variants like SSB (single sideband) suppress the carrier and one sideband to save power and bandwidth.
Complexity
Low. AM receivers are simple (envelope detector); AM transmitters are simple.
Used for
Long-distance broadcast at HF/MF (because lower-frequency AM signals propagate via the ionosphere over long distances), aviation voice radio (typically AM at VHF for safety reasons).

Frequency modulation (FM)

The message signal modulates the carrier frequency:

vFM(t)=Acos(2πfct+2πKfm(t)dt)v_{FM}(t) = A \cos(2\pi f_c t + 2\pi K_f \int m(t) dt)

The modulated signal carries the message in the variations of the instantaneous frequency.

Bandwidth
Larger than AM. Wideband FM uses bandwidth approximately equal to 2(B + delta f), where delta f is the peak frequency deviation. Broadcast FM stereo uses around 200 kHz per channel.
Noise immunity
Excellent. Atmospheric noise adds to amplitude rather than frequency, and FM receivers include a limiter that strips amplitude variations. FM is the standard for high-quality broadcast audio.
Power efficiency
Good. The carrier amplitude is constant; transmitters can use highly efficient class C amplifiers.
Complexity
Moderate. FM receivers need a discriminator; transmitters need precise frequency deviation control.
Used for
Broadcast FM radio, two-way radio communications (police, ambulance), the audio in television transmission.

Phase modulation (PM)

The message signal modulates the carrier phase. Mathematically related to FM (PM and FM differ by an integration of the message). In analog form, PM is less common than FM standalone but is important as a building block for digital modulation schemes.

Digital modulation

Digital modulation uses discrete symbol states to carry binary data. The four main schemes:

ASK (Amplitude Shift Keying)
Two amplitude levels (typically 0 and full) represent 0 and 1. Simple but vulnerable to amplitude noise. Used in low-cost remote controls and short-range RF.
FSK (Frequency Shift Keying)
Two frequencies represent 0 and 1. Better noise immunity than ASK. Used in early modems (Bell 103, V.21), some legacy paging systems.
PSK (Phase Shift Keying)
Discrete phase states represent symbols. BPSK uses 2 phases (0 and 180 degrees); QPSK uses 4 phases (0, 90, 180, 270 degrees). Used in Wi-Fi, cellular, satellite communications.
QAM (Quadrature Amplitude Modulation)
Combines amplitude and phase. The constellation diagram has multiple symbol points (16-QAM uses 16 points, 64-QAM uses 64, 256-QAM uses 256). Each symbol carries log2(N) bits, so 16-QAM carries 4 bits per symbol. Used in cable modems, DOCSIS, modern Wi-Fi, LTE downlink, cellular.

The more symbol points, the more bits per symbol, but the closer the points sit in the constellation, the more vulnerable the scheme is to noise. Adaptive modulation in modern cellular and Wi-Fi switches between schemes (QPSK in poor channel conditions, 256-QAM in excellent conditions) to optimise throughput.

Engineering selection trade-offs

A typical decision framework:

  • Bandwidth budget. How much spectrum is available? Lower-bandwidth schemes (AM, BPSK) for limited spectrum; higher-bandwidth schemes (wideband FM, high-order QAM) when bandwidth is abundant.
  • Noise environment. Noisy channel? Use FM, FSK, or robust digital schemes (BPSK, QPSK). Clean channel? Higher-order QAM extracts more throughput.
  • Power budget. Mobile / satellite / IoT devices need power-efficient schemes. Constant-envelope schemes (FM, FSK) allow more efficient transmitter design.
  • Receiver complexity. Cost-sensitive consumer products favour simpler schemes. Performance-critical applications can afford complex receivers.
  • Spectral efficiency. Bits per second per Hz. Higher for higher-order schemes (256-QAM around 8 bits/symbol).

Examples in context

Example 1. Wi-Fi modulation evolution. Original 802.11 (1997) used DSSS at low rates. 802.11a/g (1999/2003) added OFDM with BPSK / QPSK / 16-QAM / 64-QAM. 802.11ac (2013) added 256-QAM. 802.11ax / Wi-Fi 6 (2019) added 1024-QAM. Each generation adds higher-order modulation to extract more throughput when channel conditions allow, with backwards compatibility at lower orders for poor channel conditions.

Example 2. NBN fixed-line variants. Australian NBN deployment uses different modulation by access technology. HFC (hybrid fibre coaxial) uses 256-QAM downstream and lower-order modulation upstream. FTTN / FTTC use VDSL2 with adaptive modulation across multiple subcarriers (essentially OFDM at telecoms frequencies). FTTP uses optical modulation at gigabit rates. The modulation choices reflect the channel quality of each access technology.

Try this

Q1. Compare AM and FM on three engineering criteria. [4 marks]

  • Cue. Bandwidth: AM lower (around 10 kHz for broadcast voice/music) vs FM higher (around 200 kHz for stereo broadcast). Noise immunity: AM poor vs FM excellent (because limiter strips amplitude variations). Power efficiency: AM poor (most power in carrier) vs FM excellent (constant envelope allows class C amplifiers). Complexity: AM simpler receiver vs FM more complex (discriminator). Use cases differ accordingly.

Q2. Explain how a 16-QAM scheme carries 4 bits per symbol and why higher-order QAM is more vulnerable to channel noise. [4 marks]

  • Cue. 16-QAM has 16 constellation points; each point represents a unique 4-bit pattern (log2(16) = 4). Higher-order QAM packs more bits per symbol (256-QAM = 8 bits per symbol; 1024-QAM = 10 bits) but the constellation points sit closer together. Noise that displaces a received symbol by a small amount may cross to a neighbouring constellation point, producing a bit error. Lower-order schemes (QPSK, 4 points) tolerate more noise per symbol but carry fewer bits.

Q3. Justify the choice of QPSK rather than 256-QAM for a satellite communication system in poor weather conditions. [4 marks]

  • Cue. Satellite links suffer from path loss, atmospheric absorption (rain fade) and noise. Poor signal-to-noise ratio makes 256-QAM unusable (received symbols would land in wrong cells). QPSK has only 4 constellation points and tolerates a much lower SNR. The choice trades throughput for reliability. Many modern satellite systems use adaptive coding and modulation (ACM) that drops to QPSK in adverse conditions and rises to 16-/64-QAM when conditions improve.

Related dot points