5G/NR  -  PBCH DMRS  

 

 

 

PBCH DMRS(DeModulation Reference Signal)

PBCH DMRS is a special type of physical layer signal which functions as a reference signal for decoding PBCH. In LTE (at least in TM1, 2, 3, 4), we don't need this kind of special DMRS for PBCH because we can use CRS(Cell Specific Reference Signal) for PBCH decoding.  However, in 5G/NR there is no CRS. That's why we need the DMRS dedicated for PBCH decoding.

Sequence Generation

Following is the equation to generate PBCH DMRS. As in many other Physical Layer Signal, it is generated by Pseudo Random Sequence, but the part unique for PBCH DMRS is c_init(initialization value). As you see below, the initialization value is made up of various components like Physical Cell ID, SSB Index and Half Frame Number. That is, by decoding this DMRS UE can figure out SSB Index and Half Frame.

The sequence generation begins with the determination of the SS/PBCH block index iSSB, which is either the two least significant bits (LSB) when Lmax equals 4, or the three LSB when Lmax is 8 or 64.

The half-frame number nhf is considered next, which is dependent on Lmax. For Lmax equals 4, nhf changes value within the frame from 0 to 1. For Lmax equals 8 or 64, nhf is always 0. The value iSSB is then calculated by adding 4nhf to the initial lSSB.

The initialization sequence cinit is computed using the formula combining iSSB, the physical cell ID NIDcell, and constants in a specified manner involving bitwise shifts and additions.

Two sequences x1(n) and x2(n) are created using a pseudo-random number generation method defined by the given polynomials. The sequences are then combined to produce the scrambling sequence c(n), which is used to scramble the DMRS symbols.

Finally, the complex DMRS symbols r(m) are generated using the scrambling sequence c(n), involving complex number calculations with real and imaginary components derived from the sequence c(n).

Physical Location (Resource Element Mapping)

The physical location (Resource Elements) of PBCH DMRS is determined as below. As you see here, the location shifts in frequency domain according to Physical Cell ID.

Following diagram illustrates the resource allocation within an SS/PBCH block which includes signals such as the Primary Synchronization Signal (PSS), Secondary Synchronization Signal (SSS), Physical Broadcast Channel (PBCH), and the Demodulation Reference Signals (DM-RS) for PBCH, as specified in the 3GPP TS 38.211.

It outlines the OFDM symbol numbers and the corresponding subcarrier numbers for each channel or signal:

  • The PSS is mapped to OFDM symbol number 0 and subcarrier numbers 56, 57, ..., 182.
  • The SSS is mapped to OFDM symbol number 2 and the same subcarrier range as PSS.
  • Regions set to 0 are used for OFDM symbol number 0 and a range of subcarrier numbers.
  • The PBCH is mapped to OFDM symbol numbers 1,3 and 2, with various subcarrier number ranges.
  • The DM-RS for PBCH is mapped to OFDM symbol numbers 1 and 3, with its subcarrier number ranging from 0+v to 44+v, and 192+v to 239+v, including a pattern that changes with the physical cell ID.

The diagram also shows that the location of the PBCH DMRS moves along the frequency domain as the Physical Cell ID changes. This is indicated by the variable 'v' in the DM-RS resource mapping, which is calculated as a function of the physical cell ID modulo 4.

Location Shift by Physical Cell ID

As mentioned above, the array of PBCH DMRS shifts vertically (i.e, in frequency domain) with Physical Cell ID in a manner shown below.

Following diagram depicts how the PBCH DMRS array shifts vertically, that is, in the frequency domain, with different Physical Cell IDs. This shift occurs in a pattern as explained below.

For each Physical Cell ID NIDcell, the value of 'v' is determined by taking NIDcell modulo 4. Depending on the result, which ranges from 0 to 3, the PBCH DMRS shifts its position vertically in the grid. The diagrams show the shift for Physical Cell IDs from 0 to 7, illustrating the following patterns:

  • When NIDcell modulo 4 equals 0, the value of 'v' is 0, indicating no shift from the original position.
  • When NIDcell modulo 4 equals 1, the value of 'v' is 1, resulting in a shift down by one position.
  • When NIDcell modulo 4 equals 2, the value of 'v' is 2, resulting in a shift down by two positions.
  • When NIDcell modulo 4 equals 3, the value of 'v' is 3, resulting in a shift down by three positions.

Each column in the image corresponds to a specific Physical Cell ID and demonstrates the corresponding shift in the PBCH DMRS location. This shifting mechanism is crucial for the UE to identify the correct Physical Cell ID during cell search and synchronization processes.

Reference

[1]