Frequency shift keying

Frequency shift keying is a digital modulation scheme in which a carrier's instantaneous frequency is shifted between discrete values to represent digital symbols, distinguished from amplitude and phase shift keying.

What Is Frequency Shift Keying?

Frequency shift keying (FSK) is a digital modulation scheme in which the instantaneous frequency of a carrier signal is shifted between two or more discrete values to represent digital symbols. Each frequency corresponds to a particular symbol: in the simplest case, binary FSK (BFSK), one frequency encodes a logic zero and a second frequency encodes a logic one. FSK is a member of the broader family of frequency modulation techniques and is distinguished from amplitude shift keying (ASK) and phase shift keying (PSK) by the fact that information is carried in frequency rather than in the carrier's amplitude or phase.

The technique's practical appeal is its noise immunity. Because amplitude disturbances in the channel do not directly alter the carrier frequency, FSK receivers can include amplitude-limiting stages that strip amplitude variations before frequency discrimination, yielding performance that degrades gracefully in the presence of multipath, interference, and fading. This makes FSK well suited to environments where power efficiency and hardware simplicity matter more than spectral efficiency.

Binary and M-ary FSK

Binary FSK transmits one bit per symbol by shifting between two frequencies separated by a minimum spacing determined by the desired bit rate and the orthogonality criterion. When the frequency separation equals exactly half the bit rate, the two waveforms are orthogonal and the scheme is called minimum shift keying (MSK). MSK achieves the theoretical minimum bandwidth for orthogonal binary FSK while maintaining continuous phase across symbol transitions, which concentrates transmitted energy and reduces adjacent-channel interference. M-ary FSK extends the scheme to more than two frequencies, allowing log2(M) bits per symbol at the cost of a wider occupied bandwidth. This tradeoff makes M-ary FSK attractive in power-limited links, such as satellite telemetry and narrowband IoT communications, where the extra bandwidth is affordable but additional transmitter power is not.

Gaussian FSK and Spectral Shaping

Raw FSK generates sidebands that can interfere with adjacent channels. Gaussian FSK (GFSK) addresses this by filtering the baseband bit stream through a Gaussian low-pass filter before modulating the carrier. The Gaussian filter smooths transitions between frequencies, reducing the bandwidth of the transmitted signal at the cost of introducing controlled intersymbol interference. GFSK with a bandwidth-bit-period product (BT) of 0.5 is specified in the Bluetooth standard for classic Bluetooth links, while Bluetooth Low Energy specifies GFSK with BT = 0.5 and a minimum frequency deviation of 185 kHz. The IEEE Xplore treatment of FSK modulation and demodulation covers the signal-processing chain from baseband filtering through discriminator design and timing recovery for these digital variants.

FSK Demodulation

Recovering data from an FSK signal requires discriminating between the transmitted frequencies. Non-coherent demodulators, which do not require knowledge of the carrier phase, use bandpass filter banks or envelope detectors tuned to each candidate frequency, making receiver design simpler at the cost of a few decibels of sensitivity relative to coherent detection. Coherent FSK demodulators exploit the known carrier phase using matched filters or correlators, achieving better bit error rate performance. Phase-locked loop based demodulators track the incoming frequency and produce a demodulated baseband output whose sign indicates which frequency was transmitted. The Microchip Technology application note on FSK modulation and demodulation demonstrates microcontroller-based implementations of both approaches for low-power wireless links. The TechTarget definition of FSK provides accessible context on how the technique compares to other digital modulation choices in practical system design.

Applications

Frequency shift keying has applications in a wide range of fields, including:

  • Bluetooth and short-range wireless, where GFSK provides reliable low-power data links in consumer and industrial devices
  • Caller ID and telephony, where Bell 202 and V.23 modems use FSK to transmit data over voice-grade lines
  • Weather balloon radiosondes, where FSK encodes atmospheric sensor data for reliable uplink over long propagation paths
  • RFID systems, where FSK modulation enables data transfer between readers and passive or active tags
  • Amateur radio digital modes, where FSK variants such as RTTY transmit text over HF bands with minimal hardware
Loading…