Skip to main content

Amplitude Shift Keying (ASK)


Amplitude Shift Keying (ASK)

Theory:

Amplitude Shift Keying (ASK) is one of the simplest digital modulation techniques. In this method, a carrier signal is switched ON or OFF to represent binary data. In a binary ASK (BASK) system, binary symbol '1' is represented by transmitting a sinusoidal carrier of amplitude Ac and frequency fc for a duration Tb (bit duration). Binary symbol '0' is represented by the absence of the carrier during the same duration.

This scheme is also called On-Off Keying (OOK). It can be implemented by controlling a carrier oscillator using the binary input signal. When the input is '1', the carrier is transmitted; when the input is '0', the carrier is not transmitted.

ASK Transmitter:

ask_image
Fig 1: BASK (OOK) Transmitter

ASK Receiver:

At the receiver, the objective is to determine whether the carrier is present or absent during each bit interval. A coherent detector (correlator or matched filter) is commonly used.

  • For binary '1' (carrier present): the detector output is proportional to the received signal energy, approximately Ac2 Tb / 2.
  • For binary '0' (carrier absent): the detector output is close to zero.

A threshold detector compares this output with a predefined value to decide whether a '1' or '0' was transmitted.

ask_image
Fig 2: Coherent BASK Receiver

Constellation Diagram of ASK


ask_image
Fig 3: Constellation Diagram of BASK

The ASK signal is represented in a one-dimensional signal space using a single orthonormal basis function.

A single orthonormal basis function is a waveform with unit energy, i.e., \[ \int_0^{T_b} \phi_1^2(t)\, dt = 1 \] Only one basis function is required because ASK varies only in amplitude (one dimension).

The carrier signal \( \cos(2\pi f_c t) \) has energy \( \frac{T_b}{2} \) over the interval \( 0 \le t \le T_b \), so it is scaled to obtain a unit-energy basis function: \[ \phi_1(t) = \sqrt{\frac{2}{T_b}} \cos(2\pi f_c t), \quad 0 \le t \le T_b \]

Any transmitted signal can then be written as: \[ s(t) = a \, \phi_1(t) \] where a is a scalar coefficient representing the signal in signal space.

Using this basis function, the transmitted signals are:

  • For binary '1': \[ s_1(t) = \sqrt{E_b} \, \phi_1(t) \] This corresponds to a point at distance \( \sqrt{E_b} \) from the origin.
  • For binary '0': \[ s_2(t) = 0 \] This corresponds to the origin.

Therefore:

  • Energy of symbol '1' = \(E_b\)
  • Energy of symbol '0' = 0
  • Distance between the two signal points: \[ d_{12} = \sqrt{E_b} \]

The constellation lies along a single axis (in-phase axis), since ASK uses only amplitude variation and no phase component.

Effect of Noise

ASK with AWGN:

In the presence of Additive White Gaussian Noise (AWGN), the received signal is:
\( y(t) = x(t) + n(t) \)
where:
x(t) = transmitted ASK signal
n(t) = noise

The noise introduces random variations in amplitude, which may cause incorrect detection of symbols. Performance depends on the signal-to-noise ratio (SNR).

ASK with Rayleigh Fading:

In wireless channels, multipath propagation can cause fading. The received signal is modeled as:
\( y(t) = h \cdot x(t) + n(t) \)
where:
h = channel coefficient (random amplitude and phase)
x(t) = transmitted signal
n(t) = noise

The factor h causes fluctuations in the signal amplitude, making detection more difficult. System performance depends on both SNR and channel conditions.

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

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

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 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] Q. UGC Net Electronic Science Question Paper [Aug 2024] A. UGC Net Electronic Scien...

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

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

MATLAB Code for ASK, FSK, and PSK (with Online Simulator)

MATLAB Code for ASK, FSK, and PSK Comprehensive implementation of digital modulation and demodulation techniques with simulation results. 📘 Theory 📡 ASK Code 📶 FSK Code 🎚️ PSK Code 🕹️ Simulator 📚 Further Reading Amplitude Shift Frequency Shift Phase Shift Live Simulator ASK, FSK & PSK HomePage MATLAB Code MATLAB Code for ASK Modulation and Demodulation COPY % The code is written by SalimWireless.Com clc; clear all; close all; % Parameters Tb = 1; fc = 10; N_bits = 10; Fs = 100 * fc; Ts = 1/Fs; samples_per_bit = Fs * Tb; rng(10); binar...