Skip to main content

Passband Frequency Shift Keying (FSK)

 

Passband Frequency Shift Keying (FSK)

Theory:

Frequency Shift Keying (FSK) is a digital modulation technique where digital information is transmitted by varying the frequency of a high-frequency carrier wave. Unlike ASK (which varies amplitude) or PSK (which varies phase), FSK encodes bits by switching between discrete carrier frequencies.

The simplest form is Binary FSK (BFSK), which uses two frequencies: the "mark" frequency \( f_1 \) for binary '1' and the "space" frequency \( f_2 \) for binary '0'. Each frequency is transmitted for a duration of one bit \( T_b \). Passband FSK signals occupy frequency bands around these carriers, making them suitable for transmission over RF links, optical channels, or other band-limited media.

Baseband vs Passband in FSK:

Baseband Signal: The input digital data represented as voltage levels (e.g., +V for binary '1', -V for binary '0'). This signal has frequency components centered around zero.

Passband Signal: The carrier is modulated in frequency according to the baseband signal: \[ s(t) = \begin{cases} A_c \cos(2 \pi f_1 t + \phi), & \text{for binary '1'} \\ A_c \cos(2 \pi f_2 t + \phi), & \text{for binary '0'} \end{cases} \] Here, \(A_c\) is the carrier amplitude, \(f_1\) and \(f_2\) are the mark and space frequencies, and \(\phi\) is the initial phase.

Passband FSK Transmitter:

A Passband FSK transmitter usually employs a Voltage-Controlled Oscillator (VCO) or a frequency synthesizer. The digital input stream modulates the carrier frequency via the VCO. The carrier amplitude remains constant, while the frequency changes according to the input bit.

FSK Transmitter
Fig 1: Passband FSK Transmitter

VCO Principle:

A Voltage-Controlled Oscillator (VCO) generates a frequency proportional to the input control voltage. For FSK, the input binary signal is converted to voltage levels that control the VCO frequency.

For an LC tank VCO with a varactor diode (capacitance \( C' \) depends on reverse-bias voltage), the frequency is:
\[ f = \frac{1}{2 \pi \sqrt{L(C + C')}} \] Higher control voltage (binary '1') reduces \( C' \), increasing frequency to \( f_1 \). Lower voltage (binary '0') increases \( C' \), decreasing frequency to \( f_2 \).

Passband FSK Receiver (Coherent Demodulation):

Coherent BFSK receivers require local oscillators synchronized with the transmitted mark and space frequencies. The received passband signal is split into two branches: one for detecting \( f_1 \) (mark) and one for detecting \( f_2 \) (space).

Coherent FSK Receiver
Fig 2: Coherent Passband BFSK Receiver

In each branch, the received signal is multiplied by a locally generated carrier of the corresponding frequency and phase. The product is passed through a low-pass filter (LPF), which removes the high-frequency components and leaves a DC or low-frequency signal proportional to the transmitted bit energy. These outputs are compared in a decision device:

  • If the \( f_1 \) branch output > \( f_2 \) branch output, the bit is detected as '1'.
  • If the \( f_2 \) branch output > \( f_1 \) branch output, the bit is detected as '0'.

Mathematical Representation:

When a binary '1' is transmitted:

\( s(t) = A \cos(2\pi f_1 t) \)
Multiplier outputs:
\(\text{Branch } f_1: A \cos(2\pi f_1 t) \cdot A \cos(2\pi f_1 t) = \frac{A^2}{2}[1 + \cos(4\pi f_1 t)]\)
LPF output: \( \frac{A^2}{2} \)
\(\text{Branch } f_2: A \cos(2\pi f_1 t) \cdot A \cos(2\pi f_2 t) = \frac{A^2}{2}[\cos 2\pi(f_1+f_2)t + \cos 2\pi(f_1-f_2)t] \)
LPF output: 0

Decision: Output is binary '1' because LPF of \( f_1 \) branch > LPF of \( f_2 \) branch.

When a binary '0' is transmitted:

\( s(t) = A \cos(2\pi f_2 t) \)
Multiplier outputs:
\(\text{Branch } f_1: A \cos(2\pi f_2 t) \cdot A \cos(2\pi f_1 t) = \frac{A^2}{2}[\cos 2\pi(f_1+f_2)t + \cos 2\pi(f_1-f_2)t]\)
LPF output: 0
\(\text{Branch } f_2: A \cos(2\pi f_2 t) \cdot A \cos(2\pi f_2 t) = \frac{A^2}{2}[1 + \cos(4\pi f_2 t)]\)
LPF output: \( \frac{A^2}{2} \)

Decision: Output is binary '0' because LPF of \( f_2 \) branch > LPF of \( f_1 \) branch.

Constellation Diagram

FSK Constellation

Fig 3: BFSK Constellation Diagram

The signal points lie on two orthogonal axes, separated by Euclidean distance: \[ d_{12} = \sqrt{(\sqrt{E_b})^2 + (\sqrt{E_b})^2} = \sqrt{2E_b} \] Orthogonality improves noise immunity relative to ASK. High-order FSK (M-FSK) uses M frequencies to transmit log2M bits per symbol, forming an M-dimensional constellation.

Effect of Noise and Channel Conditions

AWGN Channel:
The received signal is: \[ y(t) = s(t) + n(t) \] where \( n(t) \) is additive white Gaussian noise. FSK is more robust than ASK in amplitude noise since information is frequency-based. Error probability depends on the Euclidean distance between constellation points and SNR.

Rayleigh Fading:
The received signal is: \[ y(t) = h(t) \cdot s(t) + n(t) \] where \( h(t) \) is the complex fading coefficient. Fading causes random amplitude and phase variations, potentially reducing detection accuracy. Non-coherent FSK is often used in fading channels due to simpler implementation.

In summary, Passband FSK is a robust modulation scheme suitable for noisy or band-limited channels. Its constant amplitude nature makes it resilient against amplitude distortions, though its spectral efficiency is lower than PSK.

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

ASK, FSK, and PSK (with MATLAB + Online Simulator)

📘 ASK Theory 📘 FSK Theory 📘 PSK Theory 📊 Comparison 🧮 MATLAB Codes 🎮 Simulator 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. 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. Fig 1: Output of ASK, FSK, and PSK modulation using MATLAB for a data stream "1 1 0 0 1 0 1 0" ( Get MATLAB Code ) ...

Calculation of SNR from FFT bins in MATLAB

📘 Overview 💻 FFT Bin Method 💻 Kaiser Window 📚 Further Reading SNR Estimation Overview In digital signal processing, estimating the Signal-to-Noise Ratio (SNR) accurately is crucial. Below, we demonstrate how to calculate SNR from periodogram and FFT bins using the Kaiser Window . The beta (β) parameter is the key—it allows you to control the trade-off between main-lobe width and side-lobe levels for precise spectral analysis. 1 Define Sampling rate and Time vector 2 Compute FFT and Periodogram PSD 3 Identify Signal Bin and Frequency resolution 4 Segment Signal Power from Noise floor 5 Logarithmic calculation of SNR in dB Method 1: Estimation from FFT Bins This approach uses a Hamming window to estimate SNR directly from the spectral bins. MATLAB Source Code Copy Code clc...

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

FIR vs IIR Digital Filters and Recursive vs Non Recursive Filters

Filters >> FIR vs. IIR Digital Filters and Recursive vs. Non-Recursive Filters Key Features The higher the order of a filter, the sharper the stopband transition The sharpness of FIR and IIR filters is very different for the same order A FIR filter has an equal time delay at all frequencies, while the IIR filter's time delay varies with frequency. Usually, the biggest time delay in the IIR filter is at the filter's cutoff frequency. The term 'IR' (impulse response) is in both FIR and IIR. The term 'impulse response' refers to the appearance of the filter in the time domain. 1. What Is the Difference Between an FIR and an IIR Filters? The two major classifications of digital filters used for signal filtration are FIR and IIR....

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

Theoretical BER vs SNR for m-ary PSK and QAM

Relationship Between Bit Error Rate (BER) and Signal-to-Noise Ratio (SNR) The relationship between Bit Error Rate (BER) and Signal-to-Noise Ratio (SNR) is a fundamental concept in digital communication systems. Here’s a detailed explanation: BER (Bit Error Rate): The ratio of the number of bits incorrectly received to the total number of bits transmitted. It measures the quality of the communication link. SNR (Signal-to-Noise Ratio): The ratio of the signal power to the noise power, indicating how much the signal is corrupted by noise. Relationship The BER typically decreases as the SNR increases. This relationship helps evaluate the performance of various modulation schemes. BPSK (Binary Phase Shift Keying) Simple and robust. BER in AWGN channel: BER = 0.5 × erfc(√SNR) Performs well at low SNR. QPSK (Quadrature...