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

MATLAB Code for Rms Delay Spread

RMS delay spread is crucial when you need to know how much the signal is dispersed in time due to multipath propagation, the spread (variance) around the average. In high-data-rate systems like LTE, 5G, or Wi-Fi, even small time dispersions can cause ISI. RMS delay spread is directly related to the amount of ISI in such systems. RMS Delay Spread [↗] Delay Spread Calculator Enter delays (ns) separated by commas: Enter powers (dB) separated by commas: Calculate   The above calculator Converts Power to Linear Scale: It correctly converts the power values from decibels (dB) to a linear scale. Calculates Mean Delay: It accurately computes the mean excess delay, which is the first moment of the power delay profile. Calculates RMS Delay Spread: It correctly calculates the RMS delay spread, defined as the square root of the second central moment of the power delay profile.   MATLAB Code  clc...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...

📘 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...

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 ...

Constellation Diagrams of ASK, PSK, and FSK

📘 Overview of Energy per Bit (Eb / N0) 🧮 Online Simulator for constellation diagrams of ASK, FSK, and PSK 🧮 Theory behind Constellation Diagrams of ASK, FSK, and PSK 🧮 MATLAB Codes for Constellation Diagrams of ASK, FSK, and PSK 📚 Further Reading 📂 Other Topics on Constellation Diagrams of ASK, PSK, and FSK ... 🧮 Simulator for constellation diagrams of m-ary PSK 🧮 Simulator for constellation diagrams of m-ary QAM 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 of two signals: +√Eb​ ( On the y-axis, the phase shift of 90 degrees with respect to the x-axis, which is also termed phase offset ) or √Eb (on x-axis), where Eb​ is the energy per bit. These signals represent binary 0 and 1.  BPSK (Binary PSK) Modulation: Transmits one of two signals...

Alamouti Scheme for 2x2 MIMO in MATLAB

📘 Overview & Theory 🧮 MATLAB Code for Alamouti Scheme 🧮 MATLAB Code for BER vs. SNR for Alamouti Scheme 🧮 Alamouti Scheme Simulator 🧮 Alamouti Scheme Transmission Table 📚 Further Reading    Read about the Alamouti Scheme first MATLAB Code for Alamouti's Precoding Matrix for 2 X 2 MIMO % Clear any existing data and figures clc; clear; close all; % Define system parameters transmitAntennas = 2; % Number of antennas at the transmitter receiveAntennas = 2; % Number of antennas at the receiver symbolCount = 1000000; % Number of symbols to transmit SNR_dB = 15; % Signal-to-Noise Ratio in decibels % Generate random binary data for transmission rng(10); % Set seed for reproducibility transmitData = randi([0, 1], transmitAntennas, symbolCount); % Perform Binary Phase Shift Keying (BPSK) modulation modulatedSymbols = 1 - 2 * transmitData; % Define Alamouti's Precoding Matrix precodingMatrix = [1 1; -1i 1i]; % Encode and transmit dat...

LDPC Encoding and Decoding Techniques

📘 Overview & Theory 🧮 LDPC Encoding Techniques 🧮 LDPC Decoding Techniques 📚 Further Reading 'LDPC' is the abbreviation for 'low density parity check'. LDPC code H matrix contains very few amount of 1's and mostly zeroes. LDPC codes are error correcting code. Using LDPC codes, channel capacities that are close to the theoretical Shannon limit can be achieved.  Low density parity check (LDPC) codes are linear error-correcting block code suitable for error correction in a large block sizes transmitted via very noisy channel. Applications requiring highly reliable information transport over bandwidth restrictions in the presence of noise are increasingly using LDPC codes. 1. LDPC Encoding Technique The proper form of H matrix is derived from the given matrix by doing multiple row operations as shown above. In the above, H is parity check matrix and G is generator matrix. If you consider matrix H as [-P' | I] then matrix G will be...

What is a Chirp Signal?

📘 Overview & Theory 🧮 MATLAB Code 🧮 Chirp Signal Simuator 📚 Further Reading   Chirp signals are often used to find target objects. In a chirp signal, the frequency varies with time. For up-chirp signals, frequency increases with time. Oppositely, for down-chirp signals, the frequency decreases with time. Advantages of a chirp signal over a single-toned signal Better resolution Better Security The wide bandwidth of a chirp signal allows for capturing more detailed info about the target or object In a chirp signal, pulse compression enhances resolution by concentrating the signal energy into a shorter duration of time It is less susceptible to noise  It improves signal to noise ratio Up-Chirp Signal A sinusoidal up-chirp signal is denoted as Where A is the amplitude of this signal             f0 is the starting frequency of the chirp at t=0             Î± is the chirp rate or the...

ASK, FSK, and PSK

📘 Overview 📘 Amplitude Shift Keying (ASK) 📘 Frequency Shift Keying (FSK) 📘 Phase Shift Keying (PSK) 📘 Which of the modulation techniques—ASK, FSK, or PSK—can achieve higher bit rates? 🧮 MATLAB Codes 📘 Simulator for binary ASK, FSK, and PSK Modulation 📚 Further Reading ASK or OFF ON Keying ASK is a simple (less complex) Digital Modulation Scheme where we vary the modulation signal's amplitude or voltage by the message signal's amplitude or voltage. We select two levels (two different voltage levels) for transmitting modulated message signals. For example, "+5 Volt" (upper level) and "0 Volt" (lower level). To transmit binary bit "1", the transmitter sends "+5 Volts", and for bit "0", it sends no power. The receiver uses filters to detect whether a binary "1" or "0" was transmitted. ...