2FSK vs 4FSK: Understanding the Differences

modulation
fsk
2fsk
4fsk
digital radio

This article compares 2FSK (2-level Frequency Shift Keying) and 4FSK (4-level Frequency Shift Keying) modulation techniques, highlighting the key differences between them. We’ll also touch on where these modulation schemes are used in modern digital radio systems.

FSK, in general, is a modulation technique where the carrier frequency is varied according to the baseband digital input signal, while the amplitude remains constant. This makes it relatively immune to noise, a desirable characteristic in digital radio. Essentially, different frequencies represent different digital binary data. A FSK demodulator extracts the data by distinguishing the different frequency deviations with respect to the reference carrier frequency used in the FSK modulator.

2FSK Modulation

2FSK modulation

Figure-1 shows a typical 2FSK modulator block. Binary digits (0 or 1) are fed as inputs, and corresponding symbols are generated as outputs. Each symbol in 2FSK carries 1 bit of information. In essence, 2FSK is FSK.

Table 1 shows the typical mapping between input bits and output frequencies:

SymbolInputCoding
0carrier - deviation (some offset)
1carrier + deviation

Mathematically, 2FSK modulation can be expressed as:

S1(t) = AcCos[2π(Fc+Δf)t] S2(t) = AcCos[2*π(Fc-Δf)*t]

Where:

  • S1(t) represents the output when the input is binary ‘1’
  • S2(t) represents the output when the input is binary ‘0’
  • Ac is the carrier amplitude
  • Fc is the carrier frequency
  • Δf is the frequency deviation

4FSK Modulation

4FSK modulation

Figure-2 illustrates a 4FSK modulator block. In this case, dibits (pairs of bits: 00, 01, 10, or 11) are used as inputs to generate output symbols. Each symbol carries 2 bits of information. This means that the data rate of 4FSK is double that of 2FSK for the same symbol rate.

Table 2 outlines a possible mapping between input dibits and corresponding output frequencies:

SymbolinputCoding (carrier+Δf value used to map input dibits)
01carrier - deviation
00carrier - (1/3)*deviation
10carrier + (1/3)*deviation
11carrier + deviation

Similar to 2FSK, 4FSK modulation can be expressed using the following equation:

S(t) = AcCos[2π(Fc+Δf)*t]

In 4FSK, four different Δf values (as shown in Table 2) are used to represent the four different binary dibits, resulting in corresponding output frequencies.

Power Spectrum Comparison

2FSK power spectrum vs 4FSK power spectrum

Figure 3 compares the power spectrums of 2FSK and 4FSK.

As the figure demonstrates, 2FSK modulation exhibits two distinct carrier peaks, while 4FSK modulation displays four carrier peaks. This difference arises from the fact that 2FSK represents data using two carrier phase shifts relative to the main carrier frequency, whereas 4FSK uses four carrier phase shifts.

Applications of 4FSK

Digital radio technologies such as DMR (Digital Mobile Radio), dPMR (Digital Private Mobile Radio), LMR and NXDN commonly utilize 4FSK modulation.

FSK Modulation Implementation in Python

FSK Modulation Implementation in Python

This article provides Python code for Frequency Shift Keying (FSK) modulation, generating an FSK modulated waveform from binary data.

fsk
modulation
python
C4FM vs CQPSK: Modulation Techniques Compared

C4FM vs CQPSK: Modulation Techniques Compared

Explore the differences between C4FM (Continuous 4 level FM) and CQPSK (Continuous Quadrature Phase Shift Keying) modulation, their applications, and signal characteristics.

modulation
c4fm
cqpsk
IBOC Basics: In-Band On-Channel Digital Radio

IBOC Basics: In-Band On-Channel Digital Radio

Explore IBOC technology, which delivers CD-quality audio and data services over existing FM channels using hybrid, extended hybrid, and all-digital modes.

radio
iboc
digital radio