ltePHICHInfo
PHICH resource information
Syntax
Description
Examples
Get PHIH resource information for normal cyclic prefix system subframe with 50 DL resource blocks and HICH group multiplier set to 'Sixth'. See that there are 16 PHICH available, split between two PHICH groups of 8 sequences.
Initialize the cell-wide configuration structure, enb
enb.NDLRB = 50;
enb.Ng = 'Sixth';
Display the PHICH information
info = ltePHICHInfo(enb)
info = struct with fields:
NREG: 6
NRE: 24
NPHICH: 16
NGroups: 2
NMappingUnits: 2
NSequences: 8
PHICHDuration: 1
This example shows that for RMC R.14, there are 16 PHICH available, split between two PHICH groups of 8 sequences.
Initialize the cell-wide configuration structure, enb
, using RMC R.14
rc = 'R.14';
enb = lteRMCDL(rc);
Display the PHICH information
info = ltePHICHInfo(enb)
info = struct with fields:
NREG: 6
NRE: 24
NPHICH: 16
NGroups: 2
NMappingUnits: 2
NSequences: 8
PHICHDuration: 1
Input Arguments
eNodeB cell-wide settings, specified as a structure containing these parameter fields:
Parameter Field | Required or Optional | Values | Description |
---|---|---|---|
NDLRB | Required | Scalar integer from 6 to 110 | Number of downlink resource blocks () |
CyclicPrefix | Optional |
| Cyclic prefix length |
Ng | Required |
| HICH group multiplier |
PHICHDuration | Optional | Nonnegative scalar integer | PHICH duration |
DuplexMode | Optional |
| Duplexing mode, specified as either:
|
The following parameters are dependent upon the condition that
DuplexMode is set to
'TDD' . | |||
TDDConfig | Optional | 0, 1 (default), 2, 3, 4, 5, 6 | Uplink–downlink configuration |
NSubframe | Required | 0 (default), nonnegative scalar integer | Subframe number |
Output Arguments
PHICH subframe resource information, returned as a scalar structure. info
contains
the following fields.
Parameter Field | Description | Values | Data Type |
---|---|---|---|
NRE | Number of resource elements (REs) assigned to all PHICH | Nonnegative scalar integer | uint64 |
NREG | Number of resource element groups assigned to all PHICH | Nonnegative scalar integer | uint64 |
NPHICH | Number of individual PHICH available | Nonnegative scalar integer | uint64 |
NGroups | Number of PHICH groups | Nonnegative scalar integer | int8 |
NMappingUnits | Number of PHICH mapping units | Nonnegative scalar integer | int8 |
NSequences | Number of orthogonal sequences in each PHICH group | Nonnegative scalar integer | int8 |
PHICHDuration | PHICH duration | Nonnegative scalar integer | int8 |
The control region of a subframe can contain up to NPHICH
separate PHICHs
with each carrying a single hybrid ARQ ACK or NACK. Multiple PHICHs can be
mapped to the same set of resource elements through PHICH groups. Each PHICH
in a group is carried on one of NSequences
orthogonal
sequences. For mapping to resources, the groups are combined into mapping
units where each unit spans three resource element groups. Thus,
NREG
is 3×NMappingUnits
and
NRE
is
4×3×NMappingUnits
. The Ng
parameter controls the number of groups available for a given bandwidth.
Version History
Introduced in R2014a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)