Skip to main content

Amplitude, Frequency, and Phase Modulation Techniques (AM, FM, and PM)



Amplitude Modulation (AM):


The carrier signal's amplitude varies linearly with the amplitude of the message signal.

An AM wave may thus be described, in the most general form, as a function of time as follows.


 
 

 

 

 

 

 

 

 

 

 

When performing amplitude modulation (AM) with a carrier frequency of 100 Hz and a message frequency of 10 Hz, the resulting peak frequencies are as follows: 90 Hz (100 - 10 Hz), 100 Hz, and 110 Hz (100 + 10 Hz).


Figure: Frequency Spectrums of AM Signal (Lower Sideband, Carrier, and Upper Sideband)


A low-frequency message signal is modulated with a high-frequency carrier wave using a local oscillator to make communication possible. DSB, SSB, and VSB are common amplitude modulation techniques. We find a lot of bandwidth loss in DSB. The bandwidth of SSB is half that of DSB. Because of its low bandwidth, SSB is ideal for audio transmission. VSB has a little higher bandwidth than SSB, making it appropriate for video transmission.

 

MATLAB Code for Amplitude Modulation


Output

 
 

 
 
Fig 1: Amplitude Modulation and Demodulation

Q & A and Summary

1. What is Amplitude Modulation (AM), and how is it mathematically represented?

Amplitude Modulation (AM) is a modulation technique in which the amplitude of a high-frequency carrier signal is varied in proportion to the baseband message signal. The modulated signal s(t) is mathematically represented as:

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

  • A_c is the carrier amplitude
  • K_a is the amplitude sensitivity
  • m(t) is the modulating signal
  • f_c is the carrier frequency

2. What is the role of the modulation index \( \mu \) in AM, and how is it calculated?

The modulation index quantifies the extent of carrier amplitude variation. It is calculated as:

\( \mu = K_a A_m \)

Or alternatively:

\( \mu = \frac{A_{\text{max}} - A_{\text{min}}}{A_{\text{max}} + A_{\text{min}}} \)

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

3. How does the frequency domain representation of an AM signal reveal its spectral characteristics?

Applying the Fourier Transform to the AM signal reveals:

  • Impulse functions at \( \pm \omega_c \)
  • Shifted replicas of the message spectrum at \( \omega_c \pm \omega_m \)
  • Bandwidth determined by message signal's frequency range

This analysis helps visualize where the signal energy is concentrated in the frequency spectrum.

4. What is the formula for calculating the bandwidth of an AM signal?

The AM bandwidth is twice the highest frequency in the message signal:

BW = 2 × fm

5. How does synchronous (coherent) demodulation work in AM, and what is the role of the low-pass filter (LPF)?

Synchronous demodulation multiplies the AM signal with a locally generated carrier:

\( v(t) = s(t) \cdot \cos(2\pi f_c t) \)

This yields a signal with both baseband and high-frequency components:

\( 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 LPF removes the high-frequency term, leaving:

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

The DC component is removed, and the signal is amplified to restore \( m(t) \).

6. What is the significance of the Fourier transform in analyzing the frequency spectrum of AM signals?

The Fourier transform shows the frequency components present in an AM signal, including:

  • Carrier components at \( \pm \omega_c \)
  • Sidebands representing the message signal shifted around the carrier

This helps in efficient design of filters and bandwidth allocation in communication systems.

7. Explain the process of amplitude modulation in terms of signal representation and its impact on bandwidth.

AM modifies a carrier wave’s amplitude according to a message signal. Represented as:

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

This causes the signal to occupy a bandwidth of \( 2f_m \), effectively doubling the message signal’s bandwidth.

8. How does over-modulation in AM affect the transmitted signal?

Over-modulation occurs when \( \mu > 1 \). It results in signal distortion due to carrier inversion and clipping. This leads to:

  • Loss of message signal fidelity
  • Increased bandwidth and interference
  • Demodulation errors

Also Read about

  1. Frequency Modulation (FM)
  2. Phase Modulation (PM)
  3. AM Demodulation
  4. FM Demodulation
  5. PM Demodulation 
  6. Modulation Indices for AM, FM, and PM 
  7. DSB and SSB-SC
  8. Online Simulator for Amplitude Modulation

 

2. Digital Modulation Techniques:

Examples of digital modulation techniques are ASK, FSK, PSK, QPSK, QAM, PCM, etc.

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)

📘 Overview of BER and SNR 🧮 Online Simulator for BER calculation of m-ary QAM and m-ary PSK 🧮 MATLAB Code for BER calculation of M-ary QAM, M-ary PSK, QPSK, BPSK, ... 📚 Further Reading 📂 View Other Topics on M-ary QAM, M-ary PSK, QPSK ... 🧮 Online Simulator for Constellation Diagram of m-ary QAM 🧮 Online Simulator for Constellation Diagram of m-ary PSK 🧮 MATLAB Code for BER calculation of ASK, FSK, and PSK 🧮 MATLAB Code for BER calculation of Alamouti Scheme 🧮 Different approaches to calculate BER vs SNR What is Bit Error Rate (BER)? The abbreviation BER stands for Bit Error Rate, which indicates how many corrupted bits are received (after the demodulation process) compared to the total number of bits sent in a communication process. BER = (number of bits received in error) / (total number of tran...

BER performance of QPSK with BPSK, 4-QAM, 16-QAM, 64-QAM, 256-QAM, etc (MATLAB + Simulator)

📘 Overview 📚 QPSK vs BPSK and QAM: A Comparison of Modulation Schemes in Wireless Communication 📚 Real-World Example 🧮 MATLAB Code 📚 Further Reading   QPSK provides twice the data rate compared to BPSK. However, the bit error rate (BER) is approximately the same as BPSK at low SNR values when gray coding is used. On the other hand, QPSK exhibits similar spectral efficiency to 4-QAM and 16-QAM under low SNR conditions. In very noisy channels, QPSK can sometimes achieve better spectral efficiency than 4-QAM or 16-QAM. In practical wireless communication scenarios, QPSK is commonly used along with QAM techniques, especially where adaptive modulation is applied. Modulation Bits/Symbol Points in Constellation Usage Notes BPSK 1 2 Very robust, used in weak signals QPSK 2 4 Balanced speed & reliability 4-QAM ...

MATLAB code for BER vs SNR for M-QAM, M-PSK, QPSk, BPSK, ...(with Online Simulator)

🧮 MATLAB Code for BPSK, M-ary PSK, and M-ary QAM Together 🧮 MATLAB Code for M-ary QAM 🧮 MATLAB Code for M-ary PSK 📚 Further Reading MATLAB Script for BER vs. SNR for M-QAM, M-PSK, QPSK, BPSK % Written by Salim Wireless clc; clear; close all; num_symbols = 1e5; snr_db = -20:2:20; psk_orders = [2, 4, 8, 16, 32]; qam_orders = [4, 16, 64, 256]; ber_psk_results = zeros(length(psk_orders), length(snr_db)); ber_qam_results = zeros(length(qam_orders), length(snr_db)); for i = 1:length(psk_orders) psk_order = psk_orders(i); for j = 1:length(snr_db) data_symbols = randi([0, psk_order-1], 1, num_symbols); modulated_signal = pskmod(data_symbols, psk_order, pi/psk_order); received_signal = awgn(modulated_signal, snr_db(j), 'measured'); demodulated_symbols = pskdemod(received_signal, psk_order, pi/psk_order); ber_psk_results(i, j) = sum(data_symbols ~= demodulated_symbols) / num_symbols; end end for i...

Online Simulator for ASK, FSK, and PSK

Try our new Digital Signal Processing Simulator!   Start Simulator for binary ASK Modulation Message Bits (e.g. 1,0,1,0) Carrier Frequency (Hz) Sampling Frequency (Hz) Run Simulation Simulator for binary FSK Modulation Input Bits (e.g. 1,0,1,0) Freq for '1' (Hz) Freq for '0' (Hz) Sampling Rate (Hz) Visualize FSK Signal Simulator for BPSK Modulation ...

MATLAB Codes for Various types of beamforming | Beam Steering, Digital...

📘 How Beamforming Improves SNR 🧮 MATLAB Code 📚 Further Reading 📂 Other Topics on Beamforming in MATLAB ... MIMO / Massive MIMO Beamforming Techniques Beamforming Techniques MATLAB Codes for Beamforming... How Beamforming Improves SNR The mathematical [↗] and theoretical aspects of beamforming [↗] have already been covered. We'll talk about coding in MATLAB in this tutorial so that you may generate results for different beamforming approaches. Let's go right to the content of the article. In analog beamforming, certain codebooks are employed on the TX and RX sides to select the best beam pairs. Because of their beamforming gains, communication created through the strongest beams from both the TX and RX side enhances spectrum efficiency. Additionally, beamforming gain directly impacts SNR improvement. Wireless communication system capacity = bandwidth*log2(1+SNR)...

Theoretical vs. simulated BER vs. SNR for ASK, FSK, and PSK (MATLAB Code + Simulator)

📘 Overview 🧮 Simulator for calculating BER 🧮 MATLAB Codes for calculating theoretical BER 🧮 MATLAB Codes for calculating simulated BER 📚 Further Reading BER vs. SNR denotes how many bits in error are received for a given signal-to-noise ratio, typically measured in dB. Common noise types in wireless systems: 1. Additive White Gaussian Noise (AWGN) 2. Rayleigh Fading AWGN adds random noise; Rayleigh fading attenuates the signal variably. A good SNR helps reduce these effects. Simulator for calculating BER vs SNR for binary ASK, FSK, and PSK Calculate BER for Binary ASK Modulation Enter SNR (dB): Calculate BER Calculate BER for Binary FSK Modulation Enter SNR (dB): Calculate BER Calculate BER for Binary PSK Modulation Enter SNR (dB): Calculate BER BER vs. SNR Curves MATLAB Code for Theoretical BER % The code is written by SalimWireless.Com clc; clear; close all; % SNR va...

Doppler Delay

  Doppler Shift Formula When either the transmitter or the receiver is in motion, or when both are in motion, Doppler Shift is an essential parameter in wireless Communication. We notice variations in reception frequencies in vehicles, trains, or other similar environments. In plain language, the received signal frequency increases as the receiver moves toward the transmitter and drops as the receiver moves in the opposite direction of the transmitter. This phenomenon is called the Doppler shift or Doppler spread. Doppler Shift Formula: By equation,                fR = fT (+/-) fD                                      fR= receiving  frequency                                      fT= transmitted frequency              ...

Frequency Bands : EHF, SHF, UHF, VHF, HF, MF, LF, VLF and Their Uses

Frequency Bands >> EHF, SHF, UHF, VHF, HF, MF, LF... Frequency Bands and Their Uses 1. Extremely High Frequency (EHF) 30 - 300 GHz Uses 5G Networks 5G millimeter wave band 6G and beyond (Experimental) RADAR 2. Super High Frequency (SHF) 3 - 30 GHz Uses Ultra-wideband (UWB) Airborne RADAR Satellite Communication Microwave Link Communication or SATCOM 3. Ultra High Frequency (UHF) 300 - 3000 MHz Uses Satellite Communication Television Surveillance Navigation aids Also, read important wireless communication terms 4....