Main Content

ltePCFICHInfo

PCFICH resource information

Description

example

info = ltePCFICHInfo returns a structure info containing the Physical Control Format Indicator Channel (PCFICH) subframe resources.

For the PCFICH, NREG = 4, and NRE = 16 = 4 × NREG. These values are fixed for the system.

Examples

collapse all

Display information about the PCFICH subframe resources.

info = ltePCFICHInfo
info = struct with fields:
    NREG: 4
     NRE: 16

Output Arguments

collapse all

PCFICH resource information, returned as a scalar structure. It can contain the following fields.

Parameter FieldDescriptionValuesData Type
NRE

Number of resource elements (REs) assigned to PCFICH (4×NREG)

Nonnegative scalar integer

uint64
NREG

Number of resource element groups (REGs) assigned to PCFICH

Nonnegative scalar integer

uint64

Version History

Introduced in R2014a