Understanding the Weightless Physical Layer for IoT/M2M Communication

wireless communication
physical layer
iot
weightless
m2m

As described in the OSI protocol stack, the physical layer provides services to the MAC layer and upper layers. It also handles functionalities like Forward Error Correction, modulation, and scrambling to ensure reliable data transmission from the transmit to the receive end.

This article explores the weightless physical layer, a wireless technology primarily aimed at IoT (Internet Of Things) and M2M (Machine to Machine) communication. A weightless system comprises two main components: a base station and terminals. Transmission from the base station to the terminals is called downlink, while the reverse is called uplink.

The weightless specifications define two physical layer variants: high rate downlink and standard rate downlink. This article will walk through the modules of the high rate downlink weightless physical layer transmitter. The standard rate downlink physical layer does not use a cyclic prefix insertion module.

weightless physical layer transmitter

Fig-1 Weightless Physical Layer Transmitter

As depicted, the transmitter part of the weightless physical layer includes FEC encoding, interleaving, whitening, PSK/QAM modulation types, spreading, cyclic prefix insertion, sync insertion, and RRC pulse shaping. Let’s understand these modules.

The following Table 1 shows data rates supported for various FEC rates, modulation types, and spreading factors in the weightless system. These data rates assume an 8MHz channel bandwidth and 20% overheads (for synchronization sequences, cyclic prefixes, and cyclic postfixes).

Modulation typeFEC rateSpreading factorPhysical layer data rate (after overheads)
16-QAMNone116 Mbps
16-QAM3/4112 Mbps
16-QAM1/218 Mbps
π/4 QPSK3/416 Mbps
π/4 QPSK1/214 Mbps
π/2 BPSK3/413 Mbps
π/2 BPSK1/212 Mbps
π/2 BPSK1/221 Mbps
π/2 BPSK1/240.5 Mbps
π/2 BPSK1/280.25 Mbps
π/2 BPSK1/2160.125 Mbps

FEC Encoding: This module adds redundant bits to the MAC layer data. These extra bits help in error correction at the receiver. A Rate-1/2 convolutional encoder generates 2 bits of output data for every 1 input bit. Other rates are achieved through a technique called puncturing.

Interleaving: The interleaving module may or may not exist, depending on the FEC encoder module’s availability. Interleaving provides time diversity, increasing robustness in the presence of a time-varying channel alongside forward error correction. See Interleaver and deinterleaver basics with MATLAB code used in an OFDM system. In weightless systems, the interleaver is a block interleaver, a matrix of 8 columns and a variable number of rows. The number of rows depends on the spreading factor used.

Spreading factorInterleaver rows (N row)
1, 2, 4, 816
15, 31, 638
127, 2554
511, 10232

Input bits are written into the matrix row by row, starting at row 0 and column 0. The final matrix is padded with zero values if not entirely filled with data values. The interleaver output is obtained by reading the permuted matrix column by column, starting from column 0 and row 0.

Whitening: This module randomizes the bit stream by multiplying it with a known random sequence, making the resulting sequence resemble white noise. This removes long streams of ones and zeros, aiding synchronization at the receiver. It’s similar to a scrambler. See white noise vs. colored noise for more information.

PSK/QAM Modulation: The modulation block in the weightless physical layer maps binary bits into complex symbols. 16-QAM, π/4 QPSK, and π/2 BPSK modulation types are used. PSK (Phase Shift Keying) varies the phase of the RF carrier according to the baseband binary information bits being transmitted. BPSK is a type of PSK. QAM (Quadrature Amplitude Modulation) varies both amplitude and phase of the RF carrier. In BPSK, each symbol represents 1 bit, while in QPSK, each symbol represents 2 bits.

Spreading: As mentioned, spreading occurs after the mapping block. This is needed to generate a chip sequence. To reduce the PAPR of the modulated chip sequence, π/2 rotation is applied to the BPSK chip sequence, and π/4 rotation is applied to the QPSK chip sequence by multiplying the symbol sequence by exp(sqrt(-1)*φ(n)). When a spreading module is used, this is done after spreading the data packet. In the spreading module, each data symbol is repeated by the spreading factor. This result is then multiplied with a spreading sequence obtained using LFSR. The LFSR in the weightless physical layer is of length 16 m sequence with the polynomial:

X16 + X14 + X13 + X11 + X0

The seed is initialized with the bitwise logical OR of 0x8000 with the 16-bit BS_ID (Base Station Identifier) and reset at the beginning of each burst.

Cyclic Prefix Insertion: This module copies the last few samples of the frame to the start of the frame. This allows the received time-domain frame to be converted to the frequency domain without corruption from multipath transmissions. See Cyclic Prefix basics for details. Downlink transmissions (from base station to terminals) are partitioned into blocks of chips, each having a cyclic prefix and cyclic postfix.

Core Block size1024 chips
Cyclic prefix144 chips
Cyclic postfix16 chips

Sync Insertion: This is similar to a preamble, also called a sync pattern. These are known patterns of bits used at the receiver for synchronization.

RRC Pulse Shaping: This module reduces out-of-band radiations. It converts the information data bits in the form of a square wave into a sinusoidal pulse shape. RRC (Root Raised Cosine) is a digital filter.

weightless system burst format

As shown in Figure 2, weightless data bursts consist of a burst synchronization sequence (variable length), a synchronization validation word (16 bits except for DL_FCH and 32 bits for DL_FCH), and a payload. FEC encoding, interleaving, and whitening modules are not used for the Synchronization validation word, but spreading is applied.

Weightless Physical Layer Receiver

Front-end Synchronization: The burst synchronization sequence is transmitted at the start of each burst. This is used for the following front-end synchronization modules in the receiver:

  • Coarse Time offset estimation and correction to find the start of the burst.
  • Fine frequency offset estimation and correction.
  • Channel estimation and equalization.
  • Timing detection to determine the payload’s starting position.

The burst synchronization sequence consists of 128 chips followed by 3 termination blocks formed by negating both I and Q values. The rest of the modules reverse the functions performed in the weightless physical layer transmitter.

The receiver consists of front-end synchronization, followed by cyclic prefix removal, de-spreading, de-mapping, de-whitening, de-interleaving, and FEC decoding.

Top 10 Applications of Wireless Technology

Top 10 Applications of Wireless Technology

Explore the widespread use of wireless technology across various sectors, from mobile communications and IoT to healthcare and agriculture.

wireless communication
iot
mobile technology
Understanding Zigbee Layers in IoT

Understanding Zigbee Layers in IoT

Explore the 7 layers of the Zigbee protocol stack used in IoT. From the Physical layer to the Application layer, learn how each contributes to wireless communication.

zigbee
iot
network layer

NB-IoT Interview Questions and Answers

Prepare for your NB-IoT job interview with these commonly asked questions and detailed answers. Covers technology, use cases, and challenges.

nb iot
iot
interview questions