LTE - Model HARQ Indicator and PHICH
Posted zzyzz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LTE - Model HARQ Indicator and PHICH相关的知识,希望对你有一定的参考价值。
This example shows how to implement the HARQ Indicator (HI) and physical HI channel (PHICH). You create the processing chain of coding hybrid indicator values, create the PHICH, and map it to a resource grid.
Set up the cell-wide settings.
enb.NDLRB = 9; enb.CyclicPrefix = ‘Normal‘; enb.PHICHDuration = ‘Normal‘; enb.Ng = ‘Sixth‘; enb.CellRefP = 4; enb.NCellID = 1; enb.NSubframe = 0; enb.DuplexMode = ‘FDD‘;
To generate PHICH resource information, use the ltePHICHInfo
function.
phichInfo = ltePHICHInfo(enb);
Generate the HARQ indicator (HI) set. An HI set consists of a HARQ indicator value, 1 for ACK and 0 for NACK, and a PHICH index pair that contains the PHICH group index, n
groupPHICH, and the orthogonal sequence index, nseqPHICH, for the PHICH containing HI. The values of ngroupPHICH and nseqPHICH can be determined using the PHICH resource dimension information returned by theltePHICHInfo
function. The number of groups determines acceptable values of the PHICH group index and the number of sequences determines acceptable values of sequence indexes.
StructureElementNREGNRENPHICHNGroupsNMappingUnitsNSequencesPHICHDurationDescriptionNumberofresourceelementgroupsusedtomapthePHICHs.NumberofresourceelementsusedtomapthePHICHs.MaximumnumberofPHICHthatcanbeused.MaximumnumberofPHICHgroupsthatcanbeused.NumberofPHICHmappingunitsusedtomapthemaximumnumberofPHICHgroups.Maximumnumberoforthogonalsequencesthatcanbeusedwithineachgroup.NumberofOFDMsymbolsusedtomapthePHICH.Value31281181
以上是关于LTE - Model HARQ Indicator and PHICH的主要内容,如果未能解决你的问题,请参考以下文章