Skip to main content

Passband Frequency Shift Keying (FSK)


Transmission of Binary Data by FSK

Whenever digital data needs to be transmitted over a communication channel, the information must first be converted into signals that the channel can carry. Two common transmission methods are: Baseband Transmission or Bandpass Transmission

Baseband transmission sends digital pulses directly through a low-pass communication channel. Bandpass transmission first modulates the data onto a high-frequency carrier before transmission.


Frequency Shift Keying (FSK)

FSK represents binary information by changing the carrier frequency. The amplitude remains constant.

Binary Data



FSK Waveform



Binary 0 → Low frequency
Binary 1 → High frequency

Why FSK and PSK are Preferred

Wireless transmitters and satellite communication systems often contain nonlinear amplifiers. Amplitude distortion can affect ASK because information is stored in the signal amplitude. FSK and PSK maintain a nearly constant envelope, making them much more resistant to nonlinear distortion.

Therefore,
  • ASK is simple but more sensitive to noise and amplitude distortion.
  • FSK is more reliable than ASK.
  • PSK offers the best performance and is widely used in modern communication systems.

The band-pass binary FSK signal may be described directly as

$$ s(t)=A_c\cos(2\pi f_ct) \qquad \text{for symbol 1} \tag{9.3} $$

If we define the carrier frequency \(f_c\) as the midpoint between \(f_1\) and \(f_2\), that is,

$$ f_c=\frac{f_1+f_2}{2} $$

then we may represent the FSK signal as

$$ s_1(t)=A_c\cos\!\left[2\pi(f_c+\Delta f)t\right] \qquad \text{for symbol 1} \tag{9.4} $$
$$ s_0(t)=A_c\cos\!\left[2\pi(f_c-\Delta f)t\right] \qquad \text{for symbol 0} \tag{9.5} $$

By inspection of Eq. (9.4) and Eq. (9.5), we identify the complex baseband equivalent signals as

$$ \tilde{s}_1(t)=A_ce^{j2\pi\Delta ft} \qquad \text{for symbol 1} $$
$$ \tilde{s}_0(t)=A_ce^{-j2\pi\Delta ft} \qquad \text{for symbol 0} \tag{9.6} $$

While these complex baseband equivalents have a compact description, they differ from the baseband line codes discussed previously. In the following sections we evaluate the performance of ASK, FSK, and PSK receivers in the presence of additive white Gaussian noise.

The discussion concentrates on coherent detection because it provides an excellent reference for comparing the performance of different digital modulation techniques.

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

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.

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

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.


Summary

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.

FeatureASKFSKPSK
AmplitudeChangesConstantConstant
FrequencyConstantChangesConstant
PhaseConstantConstantChanges
Noise ImmunityLowMediumHigh
Typical ApplicationsRFID, Optical LinksBluetooth, Paging SystemsWi-Fi, GPS, Satellite, Cellular Networks

✔ FSK changes frequency.

✔ PSK changes phase.

✔ FSK and PSK are generally preferred because they are more robust against noise and nonlinear channel effects.

Contact Us

Name

Email *

Message *

Popular Posts

Constellation Diagram of FSK in Detail

📘 Overview 🧮 Simulator for constellation diagram of FSK 🧮 Theory 🧮 MATLAB Code 📚 Further Reading 📚 BER vs SNR from Constellation   Binary bits '0' and '1' can be mapped to 'j' and '1' to '1', respectively, for Baseband Binary Frequency Shift Keying (BFSK) . Signals are in phase here. These bits can be mapped into baseband representation for a number of uses, including power spectral density (PSD) calculations. For passband BFSK transmission, we can modulate signal 'j' with a lower carrier frequency and signal '1' with a higher carrier frequency while transmitting over a wireless channel. Let's assume we are transmitting carrier signal fc1 for the transmission of binary bit '1' and carrier signal fc2 for the transmission of binary bit '0'. Simulator for 2-FSK Constellation Diagram Simulator for 2-FSK Constellation Diagram ...

UGC NET Electronic Science Previous Year Question Papers with Solutions

Home / Engineering & Other Exams / UGC NET 2026 PYQ ⬇️ Download Papers and Solutions 📋 Exam Pattern 💡 Preparation Tips ❓ FAQs 📊 Exam Highlights: Electronic Science (88) Feature Details Junior Research Fellowship (JRF) ₹37,000 + HRA per month Eligibility M.Sc/M.Tech in Electronics (55%) Validity of Certificate JRF (3 Years) | Lectureship (Lifetime) 📥 Download UGC NET Electronics PDFs Complete collection of previous year question papers, answer keys and explanations for Subject Code 88. Start Downloading 📂 View All Question Papers June 2025 - Question Paper Download PDF June 2025 - Solved Paper + Explanation ...

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

Simulation of ASK, FSK, and PSK using MATLAB Simulink (with Online Simulator)

📘 Overview 🧮 How to use MATLAB Simulink 🧮 Simulation of ASK using MATLAB Simulink 🧮 Simulation of FSK using MATLAB Simulink 🧮 Simulation of PSK using MATLAB Simulink 🧮 Simulator for ASK, FSK, and PSK 🧮 Digital Signal Processing Simulator 📚 Further Reading 📚 BER vs SNR Simulation 📚 Constellation Simulation ASK, FSK & PSK HomePage MATLAB Simulation Simulation of Amplitude Shift Keying (ASK) using MATLAB Simulink In Simulink, we pick different components/elements from MATLAB Simulink Library. Then we connect the components and perform a particular operation. Result A sine wave source, a pulse generator, a product block, a mux, and a scope are shown in the diagram above. The pulse generator generates the '1' and '0' bit sequences. Sine wave sources produce a specific amplitude and frequency. The scope displays the modulated signal as well as the...

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

FM Bandwidth and FM Band Explained

FM radio uses the frequency band from 88 MHz to 108 MHz , which is a 20 MHz-wide spectrum . This is the range of carrier frequencies available to stations. 108 MHz − 88 MHz = 20 MHz However, a single FM station occupies only about 200 kHz . This is the bandwidth of the modulated FM signal. 1. Why One FM Station Needs ~200 kHz FM uses frequency modulation . The bandwidth depends on how far the carrier swings. Carson's Rule gives the approximate FM bandwidth: B = 2 ( Δf + f m ) ...

What is Frequency Resolution?

  Formula for Frequency Resolution (in general) The frequency resolution is the smallest frequency difference between two adjacent frequency points in your sampling range. It is determined by the total frequency range and the number of frequency samples  N . The formula for the frequency resolution (or step size)  Δf  is: Δf = (f max  - f min ) / (N - 1) Where: f min  is the minimum frequency in the range (in this case, -50 Hz). f max  is the maximum frequency in the range (in this case, 50 Hz). N  is the number of frequency points / frequency bins. Using the Given Values: From the function: f min  = -50 Hz f max  = 50 Hz N  = 1000 The frequency resolution is: Δf = (50 - (-50)) / (1000 - 1) = 100 / 999 ≈ 0.1001 Hz   Understanding Frequency Resolution in Signal Processing Alternative Formula Using Time Duration Another common way to define frequency resolution, especially in time-domain signal processing, is: Δf = 1 / T W...