Skip to main content

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


Comparisons among ASK, PSK, and FSK

Comparison among ASK, FSK, and PSK
Parameters ASK FSK PSK
Variable Characteristics Amplitude Frequency Phase
Bandwidth The minimum theoretical bandwidth for BASK is equal to the bit rate, Nb. The bandwidth requirement is approximately (fc2 - fc1) + Nb. The bandwidth is always greater than ASK. The minimum theoretical bandwidth for BPSK is equal to the bit rate, Nb. It is more bandwidth-efficient than FSK.
Noise Immunity Poor. Amplitude is highly susceptible to noise interference. Good. Less affected by noise than ASK as information is in frequency, not amplitude. Excellent. Offers the best noise immunity of the three for the same signal power.
Complexity Simple to implement. More complex than ASK. Most complex, as it requires a phase-synchronous (coherent) detector.

Comparison of Performance

Feature ASK (OOK) BFSK BPSK
Power Efficiency Low Medium High
Bandwidth Efficiency High Low High
Noise Immunity Poor (Sensitive to Amp) Good Excellent
Best Used In Fiber Optics, RFID Caller ID, Paging Deep Space, Satellite

Simulator for Calculating Bandwidth of ASK, FSK, and PSK

The baud rate represents the number of symbols transmitted per second. Both baud rate and bit rate are same for binary ASK, FSK, and PSK.

Comparison among ASK, FSK, and PSK

Performance Comparison:

1. Noise Sensitivity:

- ASK is the most sensitive to noise due to its reliance on amplitude variations.
- PSK is less sensitive to noise compared to ASK.
- FSK is relatively more robust against noise, making it suitable for noisy environments.

2. Bandwidth Efficiency:

- PSK is the most bandwidth-efficient, requiring less bandwidth than FSK for the same data rate.
- FSK requires wider bandwidth compared to PSK.
- ASK's bandwidth efficiency lies between FSK and PSK.

3. Complexity:

- ASK and FSK are relatively simpler to implement and demodulate.
- Coherent PSK demodulation can be more complex due to carrier synchronization requirements.

4. Fading and Multipath Resilience:

- FSK performs well in fading and multipath scenarios due to its frequency diversity properties.
- PSK can be affected by fading, especially in frequency-selective fading conditions.
- ASK may experience significant performance degradation in fading and multipath channels.

5. Applications:

- ASK is commonly used in simple applications such as remote controls, RFID, and binary communication.
- FSK is suitable for applications where noise immunity is important, such as wireless communication and telemetry systems.
- PSK is widely used in digital communication systems, including modems, Wi-Fi, and digital broadcasting.

The choice of modulation technique depends on the specific requirements of the communication system, including the channel characteristics, noise levels, data rate, and complexity constraints. Each modulation technique has its strengths and weaknesses, and the best choice will depend on balancing these factors for the given scenario.

Graphical or plot representation of ASK, FSK, and PSK

Message Signal

Carrier Signal

ASK Signal

FSK Signal

PSK Signal

The above figures show that the carrier frequency for ASK is 10 Hz. For PSK, that is 5 Hz. But for FSK, carrier frequencies are 10 Hz and 2 Hz

Summary

  • ASK is simple to generate, and it has a less complex circuitry in comparison to FSK and PSK
  • As noise is very sensitive to amplitude so it has poor noise immunity.
  • FSK is less susceptible to errors than ASK
  • FSK is suitable for high-frequency communication as modulation deals with two different high carrier frequencies here.
  • FSK circuitry is moderately complex
  • The bit rate in FSK is higher than in ASK
  • In FSK, noise immunity is high
  • PSK circuitry is very complex
  • PSK has a higher bit rate as compared to FSK
  • PSK has better noise immunity than FSK

Why are ASK, FSK, and PSK used?

Electronic devices are sensitive to amplitude, frequency, and phase, so these three digital modulation techniques are used during wireless data transfer.

Comparison of BER vs SNR among ASK, FSK, and PSK in MATLAB



(Get MATLAB Code)

Fig 2: Comparison of BER vs SNR among ASK, FSK, and PSK

% BER vs SNR Comparison Code Placeholder
% Visit the link above for the full script.
SNR = 0:1:10;
BER_ASK = 0.5*erfc(sqrt(10.^(SNR/10)/4));
semilogy(SNR, BER_ASK);
grid on;
      
Simulator for Binary ASK Modulation
Simulator for Binary FSK Modulation
Simulator for Binary PSK Modulation
Mathematical Background

1. Amplitude Shift Keying (ASK)

The signal is represented by changing the amplitude of the carrier wave. For Binary ASK:

$$s(t) = \begin{cases} A \cos(2\pi f_c t) & \text{for bit 1} \\ 0 & \text{for bit 0} \end{cases}$$

2. Frequency Shift Keying (FSK)

The frequency of the carrier is shifted between two discrete values ($f_0$ and $f_1$):

$$s(t) = \begin{cases} \cos(2\pi f_1 t) & \text{for bit 1} \\ \cos(2\pi f_0 t) & \text{for bit 0} \end{cases}$$

3. Phase Shift Keying (PSK)

The phase of the carrier is shifted by 180° ($\pi$ radians) to represent different bits:

$$s(t) = \begin{cases} \cos(2\pi f_c t) & \text{for bit 1 (0 rad)} \\ \cos(2\pi f_c t + \pi) & \text{for bit 0 (\(\pi\) rad)} \end{cases}$$

Some Questions and Answers (Q&As)

  1. In a coherent Frequency Shift Keying (FSK) system, what is the primary challenge in achieving coherent detection?
    Answer: Maintaining phase synchronization between transmitter and receiver.
    Explanation: Coherent detection requires maintaining phase synchronization to correctly demodulate the signal.
  2. Which of the following is a major disadvantage of Amplitude Shift Keying (ASK)?
    Answer: Susceptibility to noise and interference.
    Explanation: ASK is highly susceptible to noise because it relies on amplitude changes.
  3. Which modulation scheme is typically more bandwidth-efficient?
    Answer: Phase Shift Keying (PSK).
    Explanation: PSK is more bandwidth-efficient because it encodes information in phase shifts.
  4. In Phase Shift Keying (PSK), what is the impact of increasing the number of phase states?
    Answer: Higher data rates.
    Explanation: More phase states allow higher data rates as more bits can be encoded per symbol.
  5. Which of the following is a key advantage of using Non-Coherent FSK over Coherent FSK?
    Answer: Simpler receiver design.
    Explanation: Non-Coherent FSK has a simpler receiver design because it does not require phase synchronization.
  6. Why is Phase Shift Keying (PSK) considered more power efficient than Frequency Shift Keying (FSK)?
    Answer: PSK can maintain performance at lower signal-to-noise ratios.
    Explanation: PSK is more power efficient because it can achieve good performance at lower signal-to-noise ratios.
  7. Which characteristic of FSK modulation makes it advantageous for certain applications?
    Answer: Its robustness in high-noise environments.
    Explanation: FSK is robust in noisy environments because the frequency changes are distinct.
  8. What is the primary disadvantage of using higher-order PSK modulation schemes?
    Answer: Increased sensitivity to noise.
    Explanation: Increased sensitivity to noise due to smaller phase differences between symbols.
  9. Which modulation scheme is typically used in radio broadcasting?
    Answer: Frequency Modulation (FM).
    Explanation: FM is commonly used in radio broadcasting due to its robustness to noise.
  10. In a PSK system, what can be used to improve error performance?
    Answer: Using error correction coding.
    Explanation: Error correction coding helps to detect and correct errors, improving performance.
Wireless Communication Main Page > BER vs SNR Main Page > Online Signal Processing Simulations Main Page > Wireless Communication in MATLAB Main Page >

Contact Us

Name

Email *

Message *

Popular Posts

Online Simulator for ASK, FSK, and PSK

Interactive Digital Signal Processing (DSP) Tutorial and Simulator for ASK, FSK, and BPSK modulation techniques. Try our new Digital Signal Processing Simulator!   •   Interactive ASK, FSK, and BPSK tools updated for 2025. Start Now Digital Modulation Visualizer: ASK, FSK, & BPSK Simulator Learn and visualize binary modulation techniques (ASK, FSK, BPSK) in real-time with adjustable carrier and sampling parameters. Perfect for DSP students and engineers. 📡 ASK Simulator 📶 FSK Simulator 🎚️ BPSK Simulator 📚 More Topics ASK Modulator FSK Modulator BPSK Modulator More Topics 1. ASK (Amplitude Shift Keying) Simulato...

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

UGC NET Electronic Science Previous Year Question Papers

Home / Engineering & Other Exams / UGC NET 2022 PYQ ⬇️ Download Papers and Solutions 📋 Exam Pattern 💡 Preparation Tips ❓ FAQs 📥 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 Q. UGC Net Electronic Science Question Paper [June 2025] A. UGC Net Electronic Science Question Paper With Answer Key Download Pdf [June 2025] with full explanation Q. UGC Net Electronic Science Question Paper [December 2024] A. UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2024] ...

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; snr_db = -5:2:25; 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) ber_psk_results(i, :) = berawgn(snr_db, 'psk', psk_orders(i), 'nondiff'); end for i = 1:length(qam_orders) ber_qam_results(i, :) = berawgn(snr_db, 'qam', qam_orders(i)); end figure; semilogy(snr_db, ber_psk_results(1, :), 'o-', 'LineWidth', 1.5, 'DisplayName', 'BPSK'); hold on; for i = 2:length(psk_orders) semilogy(snr_db, ber_psk_results(i, :), 'o-', 'DisplayName', sprintf('%d-PSK', psk_or...

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

DFTs-OFDM vs OFDM: Why DFT-Spread OFDM Reduces PAPR Effectively (with MATLAB Code)

Understanding PAPR in DFT-spread OFDM vs. Standard OFDM In modern wireless communications like 4G LTE and 5G NR, managing the Peak-to-Average Power Ratio (PAPR) is critical for hardware efficiency. While OFDM is the gold standard for high-speed data, its high PAPR poses significant challenges for mobile devices. This is where DFTs-OFDM (also known as SC-FDMA) comes in. DFT-spread OFDM (DFTs-OFDM) has lower Peak-to-Average Power Ratio (PAPR) because it "spreads" the data in the frequency domain before applying IFFT, making the time-domain signal behave more like a single-carrier signal rather than a multi-carrier one like OFDM. Deeper Explanation: Aspect OFDM DFTs-OFDM Signal Type Multi-carrier Single-carrier-like Process IFFT of QAM directly QAM → DFT → IFFT PAPR Level High (due to many...

OFDM Symbols and Subcarriers Explained

This article explains how OFDM (Orthogonal Frequency Division Multiplexing) symbols and subcarriers work. It covers modulation, mapping symbols to subcarriers, subcarrier frequency spacing, IFFT synthesis, cyclic prefix, and transmission. Step 1: Modulation First, modulate the input bitstream. For example, with 16-QAM , each group of 4 bits maps to one QAM symbol. Suppose we generate a sequence of QAM symbols: s0, s1, s2, s3, s4, s5, …, s63 Step 2: Mapping Symbols to Subcarriers Assume N sub = 8 subcarriers. Each OFDM symbol in the frequency domain contains 8 QAM symbols (one per subcarrier): Mapping (example) OFDM symbol 1 → s0, s1, s2, s3, s4, s5, s6, s7 OFDM symbol 2 → s8, s9, s10, s11, s12, s13, s14, s15 … OFDM sym...

MIMO, massive MIMO, and Beamforming

Introduction to MIMO Systems The term Multiple Input Multiple Output (MIMO) refers to wireless communication systems that use multiple antennas at both the transmitter (Tx) and receiver (Rx). MIMO is a core technology in modern standards such as Wi-Fi 4/5/6, LTE, and 5G . The main purpose of MIMO is to increase channel capacity and improve link reliability by transmitting multiple independent data streams over the same frequency band. These simultaneous data streams are spatially multiplexed and transmitted through distinct propagation paths. When properly decoded, this orthogonal multiplexing minimizes interference among data streams and enhances throughput. In Massive MIMO —a key concept in 5G systems—hundreds of antennas are used at the base station to achieve very high capacity and to enable beamforming or directional transmission. 1. Essential Characteristics of a MIMO System 1.1 Spatial Division Multiple Access (SD...