Skip to main content

Minimum Shift Keying (MSK)



Minimum Shift Keying (MSK)

In digital modulation, Minimum-Shift Keying (MSK) is a type of continuous-phase frequency-shift keying. Similar to OQPSK, MSK encodes bits alternating between quadrature components, with the Q component delayed by half the symbol period.

However, instead of using square pulses like OQPSK, MSK encodes each bit as a half sinusoid. This results in a constant-modulus signal, which reduces issues caused by non-linear distortion. In addition to being viewed as a variant of OQPSK, MSK is also seen as a Continuous Phase Frequency Shift Keyed (CPFSK) signal with a frequency separation of one-half the bit rate. 

 

Mathematical Representation

The resulting signal can be expressed as:

s(t) = aI(t)  cos(Ï€t / 2T)  cos(2Ï€fct) − aQ(t)  sin(Ï€t / 2T)  sin(2Ï€fct)

where aI(t) and aQ(t) encode even and odd bits respectively with square pulses of duration 2T.

Using trigonometric identities, the expression can be rewritten to show phase and frequency modulation more clearly:

s(t) = cos(2Ï€fct + φk + Ï€t / 2T  ·  bk)

where:

  • bk = +1 if aI(t) = aQ(t), and -1 otherwise
  • φk = 0 if aI(t) = 1, and Ï€ otherwise

This shows that the signal is modulated in both frequency and phase, and the phase changes in a continuous and linear manner. 

 

Minimum shift keying (MSK) is a type of continuous frequency shift keying (CFSK). Like continuous frequency shift keying, we can also define bit "1" and "0" by two distinct frequency carriers, but the frequency shift will be half of the baud rate, i.e., f2 - f1 will be Rb/2.

where f2 is the carrier frequency for binary bit "1"

f1 is the carrier frequency for binary bit "0"

Rb = Baud Rate  

Here, the frequency shift between two carrier frequencies is minimum (Baud Rate) / 2. So, it is called minimum shift keying.


Steps for minimum shift keying

1. Firstly, generate a bitstream of binary bits "1" and "0"

2. Then Convert it to NRZ Signal

3. Then perform MSK modulation on the NRZ Signal

4. If the carrier frequency is fc, then bit "1" will be represented by slightly higher than the carrier frequency, fc + (baud rate)/4, and bit "0" by slightly lower than the carrier frequency, fc - (baud rate)/4.


Gaussian minimum shift keying (GMSK) is quite similar to the MSK. Here, MSK modulation is followed by the Gaussian filtering.

 

Why Use MSK?

Binary data with sharp transitions (like from "1" to "0") can create wide sidebands around the carrier frequency, which causes interference with adjacent channels. MSK, with its constant envelope and smooth phase transitions, minimizes these sidebands and fits better within limited bandwidth, making it ideal for wireless communications.

 

Similarities between FSK and MSK

Frequency Shift Keying (FSK) Minimum Shift Keying (MSK)
1. Bits "1" and "0" are represented
by two different carrier frequencies

2. Here, you can define bits "1" and 
"0" by carrier frequencies f2 and f1
, respectively.
1. Here also, bits "1" and "0" are represented
by two different carrier frequencies, but the frequency
 difference between them will be half of the baud rate
2. Here, you can define bits "1" and 
"0" by fc + (baud rate)/4 and fc - (baud rate)/4
, respectively. Where fc is the carrier frequency.


Differences Between MSK and FSK

Phase Continuity in FSK vs MSK

1. Frequency‑Shift Keying (FSK)

In FSK, when the data changes from 0 to 1 (and f0 ≠ f1), the carrier hops between the two symbol frequencies. Unless we deliberately use continuous‑phase FSK (CPFSK), the phase is not preserved across bit boundaries, so abrupt phase jumps occur at every transition.

2. Minimum‑Shift Keying (MSK)

MSK guarantees a continuous phase trajectory. The phase evolves linearly within each bit interval according to its value; it never jumps. The required frequency deviation is Δf = ±1 ⁄ 4Tb, where Tb is the bit duration. MSK “remembers” the carrier phase—the phase at the end of one symbol becomes the starting phase of the next.

3. Worked Example (Bitstring 0110, 100 bps, fc = 1 kHz)

Parameters

  • Bit rate: 100 bps → Tb = 0.01 s
  • Carrier: fc = 1 kHz

3.1 MSK Symbol Frequencies & Phase Ranges

MSK frequencies are offset by ±1 ⁄ 4Tb = ±25 Hz:

  • Bit 0f = 975 Hz
  • Bit 1f = 1025 Hz
Bit #ValuePhase Equation
(within its interval)
Phase Range
10 φ(t) = −Ï€t ⁄ (2Tb) 0 → −Ï€ ⁄ 2
21 φ(t) = −Ï€ ⁄ 2 + Ï€(t−0.01) ⁄ (2Tb) −Ï€ ⁄ 2 → 0
31 φ(t) = Ï€(t−0.02) ⁄ (2Tb) 0 → Ï€ ⁄ 2
40 φ(t) = Ï€ ⁄ 2 − Ï€(t−0.03) ⁄ (2Tb) Ï€ ⁄ 2 → 0

3.2 Binary FSK Symbol Frequencies & Phase Ranges

To keep the two tones orthogonal over one bit, choose Δf = 1 ⁄ (2Tb) = 50 Hz:

  • Bit 0f0 = 950 Hz
  • Bit 1f1 = 1050 Hz

(Standard FSK resets the phase at the start of each symbol.)

Bit #ValuePhase EquationPhase Range
10 φ(t) = 2Ï€·950·t 0 → 19Ï€ ≈ 59.7 rad
21 φ(t) = 2Ï€·1050·(t−0.01) 0 → 21Ï€ ≈ 66.0 rad
31 φ(t) = 2Ï€·1050·(t−0.02) 0 → 21Ï€ ≈ 66.0 rad
40 φ(t) = 2Ï€·950·(t−0.03) 0 → 19Ï€ ≈ 59.7 rad

4. Key Take‑Aways

  • MSK = narrow phase swing (±Ï€/2), fully continuous.
  • FSK = large phase swing (≈60–66 rad), discontinuous unless CPFSK is used.
  • Continuous phase → better spectral efficiency and smoother spectra.


Read more about

  1. Minimum Shift Keying (MSK) Simulator
  2. MATLAB Code for MSK
  3. Gaussian minimum shift keying (GMSK)
  4. MATLAB Code for GMSK 

People are good at skipping over material they already know!

View Related Topics to







Admin & Author: Salim

s

  Website: www.salimwireless.com
  Interests: Signal Processing, Telecommunication, 5G Technology, Present & Future Wireless Technologies, Digital Signal Processing, Computer Networks, Millimeter Wave Band Channel, Web Development
  Seeking an opportunity in the Teaching or Electronics & Telecommunication domains.
  Possess M.Tech in Electronic Communication Systems.


Contact Us

Name

Email *

Message *

Popular Posts

Calculation of SNR from FFT bins in MATLAB

📘 Overview 🧮 MATLAB Code for Estimation of SNR from FFT bins of a Noisy Signal 🧮 MATLAB Code for Estimation of Signal-to-Noise Ratio from Power Spectral Density Using FFT and Kaiser Window Periodogram from real signal data 📚 Further Reading   Here, you can find the SNR of a received signal from periodogram / FFT bins using the Kaiser operator. The beta (β) parameter characterizes the Kaiser window, which controls the trade-off between the main lobe width and the side lobe level in the frequency domain. For that you should know the sampling rate of the signal.  The Kaiser window is a type of window function commonly used in signal processing, particularly for designing finite impulse response (FIR) filters and performing spectral analysis. It is a general-purpose window that allows for control over the trade-off between the main lobe width (frequency resolution) and side lobe levels (suppression of spectral leakage). The Kaiser window is defined...

Difference between AWGN and Rayleigh Fading

📘 Introduction, AWGN, and Rayleigh Fading 🧮 Simulator for the effect of AWGN and Rayleigh Fading on a BPSK Signal 🧮 MATLAB Codes 📚 Further Reading Wireless Signal Processing Gaussian and Rayleigh Distribution Difference between AWGN and Rayleigh Fading 1. Introduction Rayleigh fading coefficients and AWGN, or additive white gaussian noise [↗] , are two distinct factors that affect a wireless communication channel. In mathematics, we can express it in that way.  Fig: Rayleigh Fading due to multi-paths Let's explore wireless communication under two common noise scenarios: AWGN (Additive White Gaussian Noise) and Rayleigh fading. y = h*x + n ... (i) Symbol '*' represents convolution. The transmitted signal  x  is multiplied by the channel coefficient or channel impulse response (h)  in the equation above, and the symbol  "n"  stands for the white Gaussian noise that is added to the si...

Simulation of ASK, FSK, and PSK using MATLAB Simulink

📘 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 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 original bit sequence created by the pulse generator. Mux is a tool for displaying b...

Gaussian minimum shift keying (GMSK)

📘 Overview & Theory 🧮 Simulator for GMSK 🧮 MSK and GMSK: Understanding the Relationship 🧮 MATLAB Code for GMSK 📚 Simulation Results for GMSK 📚 Further Reading Dive into the fascinating world of GMSK modulation, where continuous phase modulation and spectral efficiency come together for robust communication systems! Core Process of GMSK Modulation Phase Accumulation (Integration of Filtered Signal) After applying Gaussian filtering to the Non-Return-to-Zero (NRZ) signal, we integrate the smoothed NRZ signal over time to produce a continuous phase signal: θ(t) = ∫ 0 t m filtered (Ï„) dÏ„ This integration is crucial for avoiding abrupt phase transitions, ensuring smooth and continuous phase changes. Phase Modulation The next step involves using the phase signal to modulate a high-frequency carrier wave: s(t)...

Constellation Diagrams of M-ary QAM | M-ary Modulation

📘 Overview of QAM 🧮 MATLAB Code for m-ary QAM (4-QAM, 16-QAM, 32-QAM, ...) 🧮 Online Simulator for M-ary QAM Constellations 📚 Further Reading 📂 Other Topics on Constellation Diagrams of QAM configurations ... 🧮 MATLAB Code for 4-QAM 🧮 MATLAB Code for 16-QAM 🧮 MATLAB Code for m-ary QAM (4-QAM, 16-QAM, 32-QAM, ...) 🧮 Simulator for constellation diagrams of m-ary PSK 🧮 Simulator for constellation diagrams of m-ary QAM 🧮 Overview of Energy per Bit (Eb / N0) 🧮 Online Simulator for constellation diagrams of ASK, FSK, and PSK 🧮 Theory behind Constellation Diagrams of ASK, FSK, and PSK 🧮 MATLAB Codes for Constellation Diagrams of ASK, FSK, and PSK QAM Unlike M-ary PSK, where the signal is modulated with diffe...

Theoretical vs. simulated BER vs. SNR for ASK, FSK, and PSK

📘 Overview 🧮 Simulator for calculating BER 🧮 MATLAB Codes for calculating theoretical BER 🧮 MATLAB Codes for calculating simulated BER 📚 Further Reading BER vs. SNR denotes how many bits in error are received for a given signal-to-noise ratio, typically measured in dB. Common noise types in wireless systems: 1. Additive White Gaussian Noise (AWGN) 2. Rayleigh Fading AWGN adds random noise; Rayleigh fading attenuates the signal variably. A good SNR helps reduce these effects. Simulator for calculating BER vs SNR for binary ASK, FSK, and PSK Calculate BER for Binary ASK Modulation Enter SNR (dB): Calculate BER Calculate BER for Binary FSK Modulation Enter SNR (dB): Calculate BER Calculate BER for Binary PSK Modulation Enter SNR (dB): Calculate BER BER vs. SNR Curves MATLAB Code for Theoretical BER % The code is written by SalimWireless.Com clc; clear; close all; % SNR v...

Constellation Diagrams of ASK, PSK, and FSK

📘 Overview of Energy per Bit (Eb / N0) 🧮 Online Simulator for constellation diagrams of ASK, FSK, and PSK 🧮 Theory behind Constellation Diagrams of ASK, FSK, and PSK 🧮 MATLAB Codes for Constellation Diagrams of ASK, FSK, and PSK 📚 Further Reading 📂 Other Topics on Constellation Diagrams of ASK, PSK, and FSK ... 🧮 Simulator for constellation diagrams of m-ary PSK 🧮 Simulator for constellation diagrams of m-ary QAM 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 of two signals: +√Eb​ ( On the y-axis, the phase shift of 90 degrees with respect to the x-axis, which is also termed phase offset ) or √Eb (on x-axis), where Eb​ is the energy per bit. These signals represent binary 0 and 1.  BPSK (Binary PSK) Modulation: Transmits one of two signals...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...

📘 Overview of BER and SNR 🧮 Online Simulator for BER calculation of m-ary QAM and m-ary PSK 🧮 MATLAB Code for BER calculation of M-ary QAM, M-ary PSK, QPSK, BPSK, ... 📚 Further Reading 📂 View Other Topics on M-ary QAM, M-ary PSK, QPSK ... 🧮 Online Simulator for Constellation Diagram of m-ary QAM 🧮 Online Simulator for Constellation Diagram of m-ary PSK 🧮 MATLAB Code for BER calculation of ASK, FSK, and PSK 🧮 MATLAB Code for BER calculation of Alamouti Scheme 🧮 Different approaches to calculate BER vs SNR What is Bit Error Rate (BER)? The abbreviation BER stands for bit error rate, which indicates how many corrupted bits are received (after the demodulation process) compared to the total number of bits sent in a communication process. It is defined as,  In mathematics, BER = (number of bits received in error / total number of transmitted bits)  On the other hand, SNR ...