Skip to main content

Spatial Modulation (SM) and Space Shift Keying (SSK) in MIMO


MIMO (Multiple-Input Multiple-Output) systems use multiple antennas at the transmitter and receiver to improve communication performance in wireless systems.

1. Space Shift Keying (SSK)

SSK is a special case of spatial modulation where only the antenna index carries the information. No modulation symbol (like QAM or PSK) is used.

How it works:

  • Only one transmit antenna is active at a time.
  • The active antenna index represents the information bits.
  • All other antennas remain silent.

Achievable Rate:

For nt transmit antennas, the rate is:

log2(nt) bits per channel use (bpcu)

Example:

For nt = 4, we can encode log₂(4) = 2 bits:

Input Bits SSK Vector Active Antenna
00 [1, 0, 0, 0]T Antenna 1
01 [0, 1, 0, 0]T Antenna 2
10 [0, 0, 1, 0]T Antenna 3
11 [0, 0, 0, 1]T Antenna 4

SSK Detection Rule:

The received signal: y = Hxj = hj

ML Detection:

ĵ = argminj ||y - hj||²

2. Spatial Modulation (SM)

Spatial Modulation extends SSK by using both:

  • Antenna index (spatial position)
  • Modulated symbol (e.g., BPSK, QPSK)

How it works:

  • Only one antenna is active per symbol period.
  • The antenna index transmits log₂(nt) bits.
  • The symbol transmits m = log₂(M) bits, where M is the modulation order.

Achievable Rate:

Total bits per channel use:

m + log₂(nt) bpcu

Example:

With nt = 4 and QPSK (M = 4, so m = 2):

Input Bits SM Vector Active Antenna Tx Symbol
00 + QPSK [x, 0, 0, 0]T Antenna 1 x ∈ AM
01 + QPSK [0, x, 0, 0]T Antenna 2 x ∈ AM
10 + QPSK [0, 0, x, 0]T Antenna 3 x ∈ AM
11 + QPSK [0, 0, 0, x]T Antenna 4 x ∈ AM

3. SSK vs SM – Comparison

Feature SSK SM
Modulation Used None (only antenna index) Standard (e.g., QPSK, QAM)
Bits per Channel Use log₂(nt) m + log₂(nt)
Complexity Lower Higher
Spectral Efficiency Lower Higher
Energy Efficiency High (one antenna ON) Moderate

4. Example Walkthrough

  • Number of transmit antennas: nt = 4
  • Modulation scheme: QPSK
  • Modulation order: M = 4m = log₂(4) = 2 bits/symbol

Part 1: Space Shift Keying (SSK)

Step 1: Bits per Channel Use

log₂(nt) = log₂(4) = 2 bits per channel use

Step 2: Bit Mapping

Input Bits Active Antenna Transmit Vector
00 Antenna 1 [1, 0, 0, 0]T
01 Antenna 2 [0, 1, 0, 0]T
10 Antenna 3 [0, 0, 1, 0]T
11 Antenna 4 [0, 0, 0, 1]T

Step 3: Transmission Example

Input bits: 10 → Activate Antenna 3

Transmit vector: [0, 0, 1, 0]T

Part 2: Spatial Modulation (SM)

Step 1: Total Bits per Channel Use

log₂(nt) + m = 2 + 2 = 4 bits per channel use

Step 2: Bit Mapping Example

Input bits: 1101

  • First 2 bits: 11 → Antenna 4
  • Next 2 bits: 01 → QPSK symbol = -1 + j

QPSK Symbol Mapping

Bits QPSK Symbol
00 +1 + j
01 -1 + j
11 -1 - j
10 +1 - j

Step 3: Transmit Vector

Only Antenna 4 is active and sends -1 + j:

[0, 0, 0, -1 + j]T

Summary Table (SM Example)

Input Bits Antenna (log₂(nt)) Symbol (log₂(M)) Transmit Vector
1101 11 → Ant 4 01 → -1 + j [0, 0, 0, -1 + j]T
0010 00 → Ant 1 10 → +1 - j [+1 - j, 0, 0, 0]T
1000 10 → Ant 3 00 → +1 + j [0, 0, +1 + j, 0]T

Another Example: Bit Stream 1010 in Spatial Modulation (SM) and SSK

Spatial Modulation (SM)

Input Bit Stream:

1010

Step 1: Antenna Index (First 2 bits)

10 → Decimal 2 → Activate Antenna 3

Bits Antenna
00Antenna 1
01Antenna 2
10Antenna 3 ✅
11Antenna 4

Step 2: QPSK Symbol (Last 2 bits)

10QPSK Symbol: +1 - j

Bits QPSK Symbol
00+1 + j
01-1 + j
10+1 - j ✅
11-1 - j

Step 3: Transmit Vector

Only Antenna 3 is active and transmits +1 - j:

x = [0, 0, +1 - j, 0]T

SSK Case (Same Bit Stream)

SSK uses only the antenna index. So we only take the first 2 bits: 10

10 → Activate Antenna 3

No symbol is transmitted — only antenna index matters.

x = [0, 0, 1, 0]T

Final Summary

System Bits Used Active Antenna Symbol Sent Transmit Vector
Spatial Modulation (SM) 1010 → 10 (antenna) + 10 (symbol) Antenna 3 +1 - j [0, 0, +1 - j, 0]T
SSK 10 → antenna only Antenna 3 None [0, 0, 1, 0]T

Further Reading


People are good at skipping over material they already know!

View Related Topics to







Contact Us

Name

Email *

Message *

Popular Posts

Theoretical BER vs SNR for binary ASK, FSK, and PSK with MATLAB Code + Simulator

📘 Overview & Theory 🧮 MATLAB Codes 📚 Further Reading Bit Error Rate (BER) Equations BER formulas for ASK, FSK, and PSK modulation schemes. ASK BER = 0.5 × erfc(0.5 × √SNR) FSK BER = 0.5 × erfc(√(SNR / 2)) PSK BER = 0.5 × erfc(√SNR) 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-F...

Simulation of ASK, FSK, and PSK using MATLAB Simulink (with Online Simulator)

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

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...(MATLAB Code + Simulator)

Bit Error Rate (BER) & SNR Guide Analyze communication system performance with our interactive simulators and MATLAB tools. 📘 Theory 🧮 Simulators 💻 MATLAB Code 📚 Resources BER Definition SNR Formula BER Calculator MATLAB Comparison 📂 Explore M-ary QAM, PSK, and QPSK Topics ▼ 🧮 Constellation Simulator: M-ary QAM 🧮 Constellation Simulator: M-ary PSK 🧮 BER calculation for ASK, FSK, and PSK 🧮 Approaches to BER vs SNR What is Bit Error Rate (BER)? The BER indicates how many corrupted bits are received compared to the total number of bits sent. It is the primary figure of merit for a...

Power Spectral Density Calculation Using FFT in MATLAB

📘 📘 Overview 🧮 🧮 Steps to calculate 💻 🧮 MATLAB Codes 📚 📚 Further Reading Power spectral density (PSD) tells us how the power of a signal is distributed across different frequency components, whereas Fourier Magnitude gives you the amplitude (or strength) of each frequency component in the signal. Steps to calculate the PSD of a signal Firstly, calculate the fast Fourier transform (FFT) of a signal. Then, calculate the Fourier magnitude (absolute value) of the signal. Square the Fourier magnitude to get the power spectrum. To calculate the Power Spectral Density (PSD), divide the squared magnitude by the product of the sampling frequency (fs) and the total number of samples (N). Formula: PSD = |FFT|^2 / (fs * N) Sampling frequency (fs): The rate at which the continuous-time signal is sampled (in Hz). ...

Online Simulator for ASK, FSK, and PSK

Try our new Digital Signal Processing Simulator!   •   Interactive ASK, FSK, and BPSK tools updated for 2025. Start Now Interactive Modulation Simulators Visualize binary modulation techniques (ASK, FSK, BPSK) in real-time with adjustable carrier and sampling parameters. 📡 ASK Simulator 📶 FSK Simulator 🎚️ BPSK Simulator 📚 More Topics ASK Modulator FSK Modulator BPSK Modulator More Topics Simulator for Binary ASK Modulation Digital Message Bits Carrier Freq (Hz) Sampling Rate (...

MATLAB Codes for Various types of beamforming | Beam Steering, Digital...

📘 How Beamforming Improves SNR 🧮 MATLAB Code 📚 Further Reading 📂 Other Topics on Beamforming in MATLAB ... MIMO / Massive MIMO Beamforming Techniques Beamforming Techniques MATLAB Codes for Beamforming... How Beamforming Improves SNR The mathematical [↗] and theoretical aspects of beamforming [↗] have already been covered. We'll talk about coding in MATLAB in this tutorial so that you may generate results for different beamforming approaches. Let's go right to the content of the article. In analog beamforming, certain codebooks are employed on the TX and RX sides to select the best beam pairs. Because of their beamforming gains, communication created through the strongest beams from both the TX and RX side enhances spectrum efficiency. Additionally, beamforming gain directly impacts SNR improvement. [Read more about Beamforming and How it improves SNR] Wireless...

Constellation Diagrams of ASK, PSK, and FSK (with MATLAB Code + Simulator)

Constellation Diagrams: ASK, FSK, and PSK Comprehensive guide to signal space representation, including interactive simulators and MATLAB implementations. 📘 Overview 🧮 Simulator ⚖️ Theory 📚 Resources Definitions Constellation Tool Key Points MATLAB Code 📂 Other Topics: M-ary PSK & QAM Diagrams ▼ 🧮 Simulator for M-ary PSK Constellation 🧮 Simulator for M-ary QAM Constellation 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 on...

Linear Predictive Coding (LPC) in Speech Processing

Linear Predictive Coding (LPC) in Speech Signal Processing What is LPC? Linear Predictive Coding (LPC) is a method that represents a speech signal using a small number of parameters. It models the speech signal as the output of a linear filter excited by a source (voice or noise). LPC is widely used in speech compression, speech synthesis, coding, and recognition. 1. Core Idea of LPC LPC assumes that the current speech sample can be approximated by a linear combination of past samples: x[n] ≈ a₁ x[n−1] + a₂ x[n−2] + ... + aₚ x[n−p] The coefficients a₁, a₂, ..., aₚ are chosen to minimize the prediction error . 2. Why This Works for Speech The human vocal tract behaves like an all-pole acoustic filter . Thus speech can be approximated by the model: x[n] = − Σ (aâ‚– x[n−k]) + G e[n] Where: aâ‚– = LPC coefficients (vocal tract shape) e[n]...