introduction to BPSK & BFSK modulation schemes

Comprehensive study notes, diagrams, and exam preparation for introduction to BPSK & BFSK modulation schemes.

Introduction to BPSK & BFSK Modulation Schemes

Definition

BPSK (Binary Phase Shift Keying) is a digital modulation technique in which the carrier signal’s phase is switched between two values, typically 0° and 180°, to represent binary 1 and 0.

BFSK (Binary Frequency Shift Keying) is a digital modulation technique in which the carrier signal’s frequency changes between two distinct frequencies, one for binary 1 and another for binary 0.

In both schemes, the amplitude of the carrier is usually kept constant, while another property of the carrier is varied to encode information.


Main Content

1. First Concept: BPSK Modulation

Basic idea of BPSK

  • In BPSK, one binary value is represented by a carrier wave with one phase, and the other binary value is represented by the same carrier wave with an opposite phase.
  • Commonly, binary 1 is represented by a phase of 0°, and binary 0 is represented by a phase of 180°.
  • This means the signal is inverted whenever the bit changes from one symbol value to the other.

Signal representation and mathematical form

  • The BPSK waveform can be written as:

  • Here:

    • = carrier amplitude
    • = carrier frequency
    • The negative sign indicates a 180° phase shift
  • This shows that BPSK is effectively a two-level phase system.

Example of BPSK bit mapping

  • Suppose the bit sequence is: 1 0 1 1 0
  • The corresponding BPSK phases may be:
    • 1 → 0°
    • 0 → 180°
  • So the carrier waveform remains the same in amplitude and frequency, but its phase flips according to the transmitted bit pattern.

Key characteristics of BPSK

  • BPSK has strong noise immunity compared to many other simple digital schemes.
  • It is spectrally efficient because only one bit is transmitted per symbol, but it requires coherent detection in most practical systems.
  • The receiver must correctly determine the carrier phase to decode the bit stream accurately.

2. Second Concept: BFSK Modulation

Basic idea of BFSK

  • In BFSK, digital data is transmitted by shifting the carrier between two different frequencies.
  • One frequency represents binary 1, and another frequency represents binary 0.
  • Unlike BPSK, BFSK does not change phase deliberately to carry information; instead, it changes the oscillation rate of the signal.

Signal representation and mathematical form

  • The BFSK signal can be expressed as:

  • Here:

    • = frequency used for binary 1
    • = frequency used for binary 0
    • = carrier amplitude
  • The amplitude remains constant while frequency changes.

Example of BFSK bit mapping

  • Suppose:
    • Binary 1 → 2 kHz
    • Binary 0 → 1 kHz
  • For the bit sequence 1 0 1 1 0, the transmitted signal alternates between 2 kHz and 1 kHz according to the data.
  • A higher frequency may appear as more cycles within the same bit duration.

Key characteristics of BFSK

  • BFSK is generally more tolerant of amplitude noise than schemes relying on amplitude changes.
  • It can be implemented using non-coherent detection more easily than BPSK in many systems.
  • BFSK usually requires more bandwidth than BPSK because two different frequencies must be separated sufficiently to avoid overlap and ensure reliable detection.

3. Third Concept: Comparison Between BPSK and BFSK

Difference in parameter used for modulation

  • BPSK varies the phase of the carrier.
  • BFSK varies the frequency of the carrier.
  • In both cases, amplitude is ideally kept constant.

Bandwidth and power efficiency

  • BPSK is generally more bandwidth efficient because it uses one carrier frequency and changes only phase.
  • BFSK usually needs more bandwidth because two distinct frequencies must be accommodated.
  • BPSK tends to be more power efficient in terms of bit error performance under similar conditions.

Detection and receiver complexity

  • BPSK often uses coherent detection, which requires carrier synchronization and phase reference recovery.
  • BFSK can be detected using either coherent or non-coherent methods, and non-coherent BFSK is easier to implement in some cases.
  • As a result, BFSK may be simpler in receiver design when precise phase recovery is difficult.

Performance in noisy channels

  • BPSK typically offers better bit error rate performance than BFSK for the same signal-to-noise ratio.
  • BFSK may still be preferred in systems where frequency discrimination is easier than phase synchronization.
  • The choice between them depends on system requirements such as complexity, bandwidth availability, and channel conditions.

Visual understanding of BPSK and BFSK

  • BPSK uses waveform inversion:
Bit stream:   1     0     1     1     0

BPSK signal:  ~~~   ---   ~~~   ~~~   ---
               0°   180°   0°    0°   180°
  • BFSK uses different frequencies:
Bit stream:   1     0     1     1     0

BFSK signal:  ~~~~~~  ~~~  ~~~~~~  ~~~~~~  ~~~
              f1 high f0 low f1 high f1 high f0 low
  • In the BPSK representation, the same frequency is used but the waveform flips sign.
  • In the BFSK representation, the frequency itself changes while the amplitude remains nearly constant.

Working / Process

1. Convert the binary data into symbols

  • The input digital message is first divided into binary bits or groups of bits.
  • For BPSK and BFSK, each bit is typically mapped to one symbol.
  • Example: 1 0 1 0 is converted directly into modulation symbols.

2. Map each bit to the corresponding carrier property

  • In BPSK:
    • Bit 1 may correspond to phase 0°
    • Bit 0 may correspond to phase 180°
  • In BFSK:
    • Bit 1 may correspond to frequency
    • Bit 0 may correspond to frequency
  • The carrier amplitude generally remains constant in both methods.

3. Transmit, receive, and detect the signal

  • The modulated waveform is sent through the communication channel.
  • At the receiver:
    • BPSK requires phase comparison with a local reference carrier to decide whether the bit was 0 or 1.
    • BFSK requires frequency detection by comparing the received signal with the expected frequencies.
  • The receiver then reconstructs the original binary sequence from the detected phase or frequency pattern.

Advantages / Applications

Reliable transmission in noisy conditions

  • BPSK and BFSK are both useful in environments with interference and channel noise.
  • BPSK offers particularly strong error performance for simple binary modulation.
  • BFSK can be advantageous where frequency-based detection is more robust than phase-based detection.

Common use in communication systems

  • These modulation schemes are widely used in wireless links, telemetry, remote sensing, and low-power communication devices.
  • BPSK is often used in satellite communications, deep-space communication, and digital radio systems.
  • BFSK is commonly found in low-speed data links, paging systems, and some modem and radio applications.

Foundation for advanced digital modulation

  • Understanding BPSK and BFSK helps build a strong base for learning QPSK, M-PSK, M-FSK, QAM, and other advanced schemes.
  • These schemes introduce core ideas such as symbol mapping, carrier synchronization, detection, bandwidth trade-offs, and noise performance.
  • They are essential concepts in the academic study of digital communication.

Summary

  • BPSK changes the phase of the carrier to represent binary data.
  • BFSK changes the frequency of the carrier to represent binary data.
  • Both are basic digital modulation schemes used to transmit 0s and 1s over a communication channel.
  • Important terms to remember: carrier signal, phase, frequency, symbol, coherent detection, non-coherent detection, bandwidth, bit error rate