5GNR Frame¶
Warning
HermesPy’s implementation of the 5G New Radio (5GNR) standard is currently under active development. It is, by no means, a valid implementation of the standard.

- class NRFrame(numerology, num_resource_blocks=24)[source]¶
Bases:
NRSubframeMock of a 5G NR frame.
Note that only the rough frame structure is implemented, reference symbols and synchronization patterns are not placed according to the actual 5G NR standard. This is intended for testing and demonstration purposes only.
- Parameters:
numerology (
int) – The 5G NR numerology index (0 to 6) defining the subcarrier spacing and slot duration.num_resource_blocks (
int) – Number of resource blocks within a single slot. Must be at least 24 to meet the minimum slot bandwidth requirements of 5G NR. The maximum number depends on the overall bandwidth available for the given frequency range.