Engee documentation

PDCCH Demodulate

Demodulation of PDCCH.

blockType: PDCCHDemodulate

Path in the library:

/5G/PDCCH Demodulate

Description

Block PDCCH Demodulate returns a sequence of bits obtained as a result of reverse processing of the physical downstream PDCCH control channel.

Ports

Entrance

PDCCHREs — aligned PDCCH pass characters:q[<br>] matrix

Aligned PDCCH symbols in the form of a complex matrix.

Data type: ComplexF64

NoisEst — estimated information about noise dispersion
positive scalar

Estimated information about noise dispersion.

Data type: Float64

SSBInd — MIB information and parameters for the pass block:q[<br>] vector

MIB information and parameters for the block (NID structure and ncelid cell identifier) in the form of a vector with integer values.

Data type: Int64

Output

PDCCHBits — a sequence of bits for encoding the PDCCH pass block:q[<br>] matrix

A sequence of bits for encoding the PDCCH block.

Data type: Float64

Parameters

The main

Block Pattern — ID of the pass frequency range:q[<br>] Case A | Case B (By default) | Case C | Case D | Case E

For the 5G standard, the frequency range used is specified in the documentation.

Designation of the frequency range Frequency range

FR1: Case A',`Case B,Case C

410 MHz – 7125 MHz

FR2: Case D',`Case E

24250 MHz – 52600 MHz

Usage in program code

Block parameter

BlockPattern

Values

Case A | Case B | Case C | Case D | Case E

By default

Case B

Minimum channel bandwidth for the NRb (MHz) — setting the minimum channel bandwidth for the NR band in MHz
5 (By default) | 10 | 40

Setting the minimum channel bandwidth for the NR band in MHz.

Usage in program code

Block parameter

MainChannelBW

Values

5 | 10 | 40

By default

5