Skip to main content

Amplitude Modulation (AM)


Amplitude Modulation (AM) and Demodulation

Theory :

Amplitude modulation (AM) is the process in which the amplitude of a carrier wave, denoted as \( c(t) = \cos(2\pi f_c t) \), is varied in proportion to the message signal \( m(t) \). Mathematically, this is expressed as:

\( s(t) = A_c \left[ 1 + K_a m(t) \right] \cos(2\pi f_c t) \)

or equivalently:

\( s(t) = A_c \cos(2\pi f_c t) + A_c K_a m(t) \cos(2\pi f_c t) \)

where:

  • \( A_c \) = carrier amplitude
  • \( f_c \) = carrier frequency
  • \( m(t) \) = message (modulating) signal
  • \( K_a \) = amplitude sensitivity of the modulator
  • \( s(t) \) = amplitude-modulated signal

Block Diagram for Amplitude Modulation

AM Modulation

Fig 1: Amplitude Modulation

Modulation Index (\( \mu \))

The modulation index \( \mu \) quantifies how much the carrier amplitude varies in response to the message signal. It is defined as:

\( \mu = A_m / A_c \) or \( \mu = K_a A_m \), where:

  • \( A_m \) = peak amplitude of the message signal \( m(t) \)
  • \( A_c \) = carrier amplitude
  • \( K_a \) = amplitude sensitivity

The modulation index determines modulation quality:

  • \( \mu < 1 \): Under-modulation
  • \( \mu = 1 \): 100% modulation (ideal)
  • \( \mu > 1 \): Over-modulation (causes distortion)

Alternative definition: If \( K_a \) and \( A_m \) are unknown, \( \mu \) can be calculated from the modulated waveform:
\( \mu = \frac{A_{\text{max}} - A_{\text{min}}}{A_{\text{max}} + A_{\text{min}}} \)

  • \( A_{\text{max}} \) = maximum amplitude of the modulated signal
  • \( A_{\text{min}} \) = minimum amplitude of the modulated signal

Frequency Domain Description

The frequency-domain representation of an AM signal is obtained by applying the Fourier transform to \( s(t) \):

\( s(t) = A_c \left[ 1 + K_a m(t) \right] \cos(\omega_c t) \)

Applying Fourier transform and frequency-shifting properties:

\( S(j\omega) = \pi A_c [ \delta(\omega - \omega_c) + \delta(\omega + \omega_c) ] + \frac{1}{2} K_a A_c [ M(j(\omega - \omega_c)) + M(j(\omega + \omega_c)) ] \)

This spectrum consists of two impulses at ±\( \omega_c \) with amplitude \( \pi A_c \), plus two replicas of the message spectrum shifted to ±\( \omega_c \) and scaled by \( \frac{1}{2} K_a A_c \).

AM Spectrum

Fig 2: Time-domain (left) and frequency-domain (right) representation of AM with a sinusoidal message.

Bandwidth

The bandwidth of an AM signal is twice the highest frequency component of the message signal \( m(t) \):

BW = 2 * f_m

where \( f_m \) is the maximum frequency in the message signal.

Amplitude Demodulation

AM Demodulation

Fig 3: Amplitude Demodulation

Synchronous (coherent) demodulation recovers the original message signal. The AM input is:

\( s(t) = A_c \left[ 1 + K_a m(t) \right] \cos(2\pi f_c t) \)

  • \( A_c \): carrier amplitude
  • \( f_c \): carrier frequency
  • \( m(t) \): message signal
  • \( K_a \): amplitude sensitivity

Product Modulator (Multiplier)

Multiply \( s(t) \) with a locally generated carrier \( c(t) = \cos(2\pi f_c t) \):

\( v(t) = s(t) \cdot c(t) = A_c [1 + K_a m(t)] \cos^2(2\pi f_c t) \)

Using \( \cos^2\theta = \frac{1}{2}(1 + \cos2\theta) \):

\( v(t) = \frac{A_c}{2} [1 + K_a m(t)] + \frac{A_c}{2} [1 + K_a m(t)] \cos(4\pi f_c t) \)

The first term is the desired low-frequency component; the second term is a high-frequency component at \( 2f_c \).

Low-Pass Filter (LPF)

The LPF removes the high-frequency component while preserving the low-frequency message. The output is:

\( v_{LPF}(t) = \frac{A_c}{2} + \frac{A_c K_a}{2} m(t) \)

After DC removal and optional amplification, the original message signal \( m(t) \) is recovered.

People are good at skipping over material they already know!

View Related Topics to







Contact Us

Name

Email *

Message *

Popular Posts

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...(MATLAB Code + Simulator)

Bit Error Rate (BER) & SNR Guide Analyze communication system performance with our interactive simulators and MATLAB tools. ๐Ÿ“˜ Theory ๐Ÿงฎ Simulators ๐Ÿ’ป MATLAB Code ๐Ÿ“š Resources BER Definition SNR Formula BER Calculator MATLAB Comparison ๐Ÿ“‚ Explore M-ary QAM, PSK, and QPSK Topics ▼ ๐Ÿงฎ Constellation Simulator: M-ary QAM ๐Ÿงฎ Constellation Simulator: M-ary PSK ๐Ÿงฎ BER calculation for ASK, FSK, and PSK ๐Ÿงฎ Approaches to BER vs SNR What is Bit Error Rate (BER)? The BER indicates how many corrupted bits are received compared to the total number of bits sent. It is the primary figure of merit for a...

Online Simulator for ASK, FSK, and PSK

Try our new Digital Signal Processing Simulator!   •   Interactive ASK, FSK, and BPSK tools updated for 2025. Start Now Interactive Modulation Simulators Visualize binary modulation techniques (ASK, FSK, BPSK) in real-time with adjustable carrier and sampling parameters. ๐Ÿ“ก ASK Simulator ๐Ÿ“ถ FSK Simulator ๐ŸŽš️ BPSK Simulator ๐Ÿ“š More Topics ASK Modulator FSK Modulator BPSK Modulator More Topics Simulator for Binary ASK Modulation Digital Message Bits Carrier Freq (Hz) Sampling Rate (...

Constellation Diagrams of ASK, PSK, and FSK (with MATLAB Code + Simulator)

Constellation Diagrams: ASK, FSK, and PSK Comprehensive guide to signal space representation, including interactive simulators and MATLAB implementations. ๐Ÿ“˜ Overview ๐Ÿงฎ Simulator ⚖️ Theory ๐Ÿ“š Resources Definitions Constellation Tool Key Points MATLAB Code ๐Ÿ“‚ Other Topics: M-ary PSK & QAM Diagrams ▼ ๐Ÿงฎ Simulator for M-ary PSK Constellation ๐Ÿงฎ Simulator for M-ary QAM Constellation BASK (Binary ASK) Modulation Transmits one of two signals: 0 or -√Eb, where Eb​ is the energy per bit. These signals represent binary 0 and 1. BFSK (Binary FSK) Modulation Transmits one ...

Online Simulator for Frequency Modulatiuon

Frequency Modulation Message Frequency (Hz): Generate Message Carrier Frequency (Hz): Generate Carrier Message Signal Amplitude: Carrier Signal Amplitude: Generate Modulated Signal Demodulate Further Reading  Amplitude Modulation Simulator Phase Modulation Simulator  Explore DSP Simulations   Online Signal Processing Simulations Home Page >

Time / Frequency Separation for Orthogonality

๐Ÿ“˜ Theory ๐Ÿ“ Derivation ๐Ÿ“Š Examples ๐Ÿงฎ Simulator Try the Interactive BFSK / FM Simulator Visualize modulation and understand concepts faster. Launch BFSK Simulator Launch FM Simulator BFSK Orthogonality Simulator Derivation of Frequency Separation for Orthogonality Step 1: Define BFSK Signals Copy s₁(t) = √(2E b /T) cos(2ฯ€f₁t) Copy s₂(t) = √(2E b /T) cos(2ฯ€f₂t) Defined over: 0 ≤ t ≤ T For orthogonality: Copy ∫₀แต€ s₁(t)s₂(t) dt = 0 Step 2: Remove Constants Copy ∫₀แต€ cos(2ฯ€f₁t) cos(2ฯ€f₂t) dt = 0 Step 3: Use Trigonometric Identity Copy cos A cos B = ½ [ cos(A − B) + cos(A + B) ] Applying identity: Copy ½ ∫₀แต€ [ cos(2ฯ€(f₁ − f₂)t) + cos(2ฯ€(f₁ + f₂)t) ] dt Ste...

UGC NET Electronic Science Previous Year Question Papers

Home / Engineering & Other Exams / UGC NET 2022 PYQ ๐Ÿ“ฅ Download UGC NET Electronics PDFs Complete collection of previous year question papers, answer keys and explanations for Subject Code 88. Start Downloading UGC-NET (Electronics Science, Subject code: 88) Subject_Code : 88; Department : Electronic Science; ๐Ÿ“‚ View All Question Papers UGC Net Electronic Science Question Paper With Answer Key Download Pdf [June 2025] with full explanation UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2024] UGC Net Paper 1 With Answer Key Download Pdf [Sep 2024] with full explanation UGC Net Electronic Science Question Paper With Answer Key Download Pdf [Aug 2024] with full explanation UGC Net Paper 1 With Answer Key Download...

FM Modulation Online Simulator

Frequency Modulation Simulator Message Frequency (fm): Hz Carrier Frequency (fc): Hz Carrier Amplitude (Ac): Modulation Index (ฮฒ): Frequency deviation ฮ”f = ฮฒ × fm Online Signal Processing Simulations Home Page >

Comparisons among ASK, PSK, and FSK (with MATLAB + Simulator)

๐Ÿ“˜ Comparisons among ASK, FSK, and PSK ๐Ÿงฎ Online Simulator for calculating Bandwidth of ASK, FSK, and PSK ๐Ÿงฎ MATLAB Code for BER vs. SNR Analysis of ASK, FSK, and PSK ๐Ÿ“š Further Reading ๐Ÿ“‚ View Other Topics on Comparisons among ASK, PSK, and FSK ... ๐Ÿงฎ Comparisons of Noise Sensitivity, Bandwidth, Complexity, etc. ๐Ÿงฎ MATLAB Code for Constellation Diagrams of ASK, FSK, and PSK ๐Ÿงฎ Online Simulator for ASK, FSK, and PSK Generation ๐Ÿงฎ Online Simulator for ASK, FSK, and PSK Constellation ๐Ÿงฎ Some Questions and Answers Modulation ASK, FSK & PSK Constellation MATLAB Simulink MATLAB Code Comparisons among ASK, PSK, and FSK    Comparisons among ASK, PSK, and FSK Comparison among ASK, FSK, and PSK Parameters ASK FSK PSK Variable Characteristics Amplitude Frequency ...