标签:load cep lex you bin use Dimension loading lis
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
标签:load cep lex you bin use Dimension loading lis
原文地址:https://www.cnblogs.com/zzyzz/p/13492916.html