#define NR_PRS_IDFT_OVERSAMP_FACTOR 1 // IDFT oversampling factor for NR PRS channel estimates in time domain, ALLOWED value 16x, and 1x is default(ie. IDFT size is frame_params->ofdm_symbol_size)
uint16_tNumRB;// number of RBs in freq domain a scalar =< 275 RB
uint8_tNumPRSSymbols;// number of PRS symbols in time domain
uint8_tSymbolStart;// starting OFDM symbol of PRS resource in time domain
uint16_tPRSResourceSetPeriod[2];// [slot period, slot offset] of a PRS resource set
uint16_tPRSResourceOffset;// Slot offset of each PRS resource defined relative to the slot offset of the PRS resource set (0...511)
uint8_tPRSResourceRepetition;// Repetition factor for all PRS resources in resource set (1 /*default*/, 2, 4, 6, 8, 16, 32)
uint8_tPRSResourceTimeGap;// Slot offset between two consecutive repetition indices of all PRS resources in a PRS resource set (1 /*default*/, 2, 4, 6, 8, 16, 32)
uint16_tNumRB;// Number of PRBs allocated to all PRS resources in a PRS resource set (<= 272 and multiples of 4)
uint8_tNumPRSSymbols;// Number of OFDM symbols in a slot allocated to each PRS resource in a PRS resource set
uint8_tSymbolStart;// Starting OFDM symbol of each PRS resource in a PRS resource set
uint16_tRBOffset;// Starting PRB index of all PRS resources in a PRS resource set
uint8_tCombSize;// RE density of all PRS resources in a PRS resource set. i∈{2,4,6,12}
uint8_tCombSize;// RE density of all PRS resources in a PRS resource set (2, 4, 6, 12)
uint8_tREOffset;// Starting RE offset in the first OFDM symbol of each PRS resource in a PRS resource set
uint32_tMutingPattern1[32];// Muting bit pattern option-1, specified as [] or a binary-valued vector of length 2, 4, 6, 8, 16, or 32
uint32_tMutingPattern2[32];// Muting bit pattern option-2, specified as [] or a binary-valued vector of length 2, 4, 6, 8, 16, or 32
uint8_tMutingBitRepetition;// Muting bit repetition factor, specified as 1, 2, 4, or 8
uint16_tNPRSID;// Sequence identity of each PRS resource specified as a scalar or a vector of integers in the range [0, 4095]
}prs_data_t;
uint16_tNPRSID;// Sequence identity of each PRS resource in a PRS resource set, specified in the range [0, 4095]