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







Contact Us

Name

Email *

Message *

Popular Posts

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. BER = (number of bits received in error) / (total number of tran...

Theoretical BER vs SNR for binary ASK, FSK, and PSK

📘 Overview & Theory 🧮 MATLAB Codes 📚 Further Reading Theoretical BER vs SNR for Amplitude Shift Keying (ASK) The theoretical Bit Error Rate (BER) for binary ASK depends on how binary bits are mapped to signal amplitudes. For typical cases: If bits are mapped to 1 and -1, the BER is: BER = Q(√(2 × SNR)) If bits are mapped to 0 and 1, the BER becomes: BER = Q(√(SNR / 2)) Where: Q(x) is the Q-function: Q(x) = 0.5 × erfc(x / √2) SNR : Signal-to-Noise Ratio N₀ : Noise Power Spectral Density Understanding the Q-Function and BER for ASK Bit '0' transmits noise only Bit '1' transmits signal (1 + noise) Receiver decision threshold is 0.5 BER is given by: P b = Q(0.5 / σ) , where σ = √(N₀ / 2) Using SNR = (0.5)² / N₀, we get: BER = Q(√(SNR / 2)) Theoretical BER vs ...

Comparisons among ASK, PSK, and FSK | And the definitions of each

📘 Comparisons among ASK, FSK, and PSK 🧮 Online Simulator for calculating Bandwidth of ASK, FSK, and PSK 🧮 MATLAB Code for BER vs. SNR Analysis of ASK, FSK, and PSK 📚 Further Reading 📂 View Other Topics on Comparisons among ASK, PSK, and FSK ... 🧮 Comparisons of Noise Sensitivity, Bandwidth, Complexity, etc. 🧮 MATLAB Code for Constellation Diagrams of ASK, FSK, and PSK 🧮 Online Simulator for ASK, FSK, and PSK Generation 🧮 Online Simulator for ASK, FSK, and PSK Constellation 🧮 Some Questions and Answers Modulation ASK, FSK & PSK Constellation MATLAB Simulink MATLAB Code Comparisons among ASK, PSK, and FSK    Comparisons among ASK, PSK, and FSK Comparison among ASK, FSK, and PSK Parameters ASK FSK PSK Variable Characteristics Amplitude Frequency ...

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

UGC NET Electronic Science Previous Year Question Papers

Home / Engineering & Other Exams / UGC NET 2022: Previous Year Question Papers ... UGC-NET (Electronics Science, Subject code: 88) UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2024] UGC Net Electronic Science Question Paper With Answer Key Download Pdf [June 2024] UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2023] UGC Net Electronic Science Question Paper With Answer Key Download Pdf [June 2023] UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2022] UGC Net Electronic Science Question Paper With Answer Key Download Pdf [June 2022] UGC Net Electronic Science Question Paper With Answer Key Download Pdf [December 2021] UGC Net Electronic Science Question With Answer Key Download Pdf [June 2020] UGC Net Electronic Science Question With Answer Key Download Pdf [December 2019] UGC Net Elec...

Relationship between Gaussian and Rayleigh distributions

📘 Introduction, Gaussian Distribution, Relationship Between Gaussian and Rayleigh Distribution 🧮 How to mitigate Rayleigh fading? 🧮 Equalizer to reduce Rayleigh Fading (or Multi-path Effects) in MATLAB 🧮 MATLAB Code for Effects of AWGN and Rayleigh Fading in Wireless Communication 🧮 Simulator for the effect of AWGN and Rayleigh Fading on a BPSK Signal 📚 Further Reading Wireless Signal Processing Gaussian and Rayleigh distributions ...   The Rayleigh distribution in classical fading models (like wireless communication) arises from modeling the real and imaginary parts of a complex baseband signal as independent, zero-mean Gaussian random variables — under specific assumptions . 1. Gaussian Distribution  The Gaussian distribution has a lot of applications in wireless communication. Since noise in wireless communication systems is unpredictable, we frequently assume that it has a Gaussian distribution...

Coherence Bandwidth and Coherence Time

🧮 Coherence Bandwidth 🧮 Coherence Time 🧮 MATLAB Code s 📚 Further Reading For Doppler Delay or Multi-path Delay Coherence time T coh ∝ 1 / v max (For slow fading, coherence time T coh is greater than the signaling interval.) Coherence bandwidth W coh ∝ 1 / Ï„ max (For frequency-flat fading, coherence bandwidth W coh is greater than the signaling bandwidth.) Where: T coh = coherence time W coh = coherence bandwidth v max = maximum Doppler frequency (or maximum Doppler shift) Ï„ max = maximum excess delay (maximum time delay spread) Notes: The notation v max −1 and Ï„ max −1 indicate inverse proportionality. Doppler spread refers to the range of frequency shifts caused by relative motion, determining T coh . Delay spread (or multipath delay spread) determines W coh . Frequency-flat fading occurs when W coh is greater than the signaling bandwidth. Coherence Bandwidth Coherence bandwidth is...

Frequency Bands : EHF, SHF, UHF, VHF, HF, MF, LF, VLF and Their Uses

Frequency Bands >> EHF, SHF, UHF, VHF, HF, MF, LF... Frequency Bands and Their Uses 1. Extremely High Frequency (EHF) 30 - 300 GHz Uses 5G Networks 5G millimeter wave band 6G and beyond (Experimental) RADAR 2. Super High Frequency (SHF) 3 - 30 GHz Uses Ultra-wideband (UWB) Airborne RADAR Satellite Communication Microwave Link Communication or SATCOM 3. Ultra High Frequency (UHF) 300 - 3000 MHz Uses Satellite Communication Television Surveillance Navigation aids Also, read important wireless communication terms 4....