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

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

MIMO Channel Matrix | Rank and Condition Number

MIMO / Massive MIMO MIMO Channel Matrix | Rank and Condition...   The channel matrix in wireless communication is a matrix that describes the impact of the channel on the transmitted signal. The channel matrix can be used to model the effects of the atmospheric or underwater environment on the signal, such as the absorption, reflection or scattering of the signal by surrounding objects. When addressing multi-antenna communication, the term "channel matrix" is used. Let's assume that only one TX and one RX are in communication and there's no surrounding object. Here, in our case, we can apply the proper threshold condition to a received signal and get the original transmitted signal at the RX side. However, in real-world situations, we see signal path blockage, reflections, etc.,  (NLOS paths [↗]) more frequently. The obstruction is typically caused by building walls, etc. Multi-antenna communication was introduced to address this issue. It makes diversity app...

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

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

What are Precoding and Combining Weights / Matrices in a MIMO Beamforming System

MIMO / Massive MIMO Beamforming Techniques Precoding and Combining Weights...   Figure:  configuration of single-user digital precoder for millimeter  Wave massive MIMO system Precoding and combining are two excellent ways to send and receive signals over a multi-antenna communication process, respectively (i.e., MIMO antenna communication ). The channel matrix is the basis of both the precoding and combining matrices. Precoding matrices are typically used on the transmitter side and combining matrixes on the receiving side. The two matrices allow us to generate multiple simultaneous data streams between the transmitter and receiver. The nature of the data streams is also orthogonal. That helps decrease or cancel (theoretically) interference between any two data streams. The channel matrix is first properly diagonalized. Diagonalization is the process of transforming any matrix into an equivalent diagon...

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

Coherence Bandwidth and Coherence Time

🧮 Coherence Bandwidth 🧮 Coherence Time 🧮 Coherence Time Calculator 🧮 Relationship between Coherence Time and Delay Spread 🧮 MATLAB Code to find Relationship between Coherence Time and delay Spread 📚 Further Reading   Coherence Bandwidth Coherence bandwidth is a concept in wireless communication and signal processing that relates to the frequency range over which a wireless channel remains approximately constant in terms of its characteristics. coherence bandwidth is  The inverse of Doppler spread delay time, or any spread delay time due to fading in general.  The coherence bandwidth is related to the delay spread of the channel, which is a measure of the time it takes for signals to traverse the channel. The two are related by the following formulae: Coherence bandwidth = 1/(delay spread time) Or, Coherence Bandwidth = 1/(root-mean-square delay spread time) (Coherence bandwidth in Hertz) For instance, the coherence bandwidth is...