cuPHY  0.1
CUDA PHY Layer Acceration Library
Data Fields
_cuphyPrachDataOut Struct Reference

#include <cuphy_api.h>

Data Fields

cuphyTensorPrm_t antRssi
 
cuphyTensorPrm_t interference
 
cuphyTensorPrm_t numDetectedPrmb
 
cuphyTensorPrm_t prmbDelayEstimates
 
cuphyTensorPrm_t prmbIndexEstimates
 
cuphyTensorPrm_t prmbPowerEstimates
 
cuphyTensorPrm_t rssi
 

Detailed Description

PRACH Data Output

Field Documentation

◆ antRssi

cuphyTensorPrm_t _cuphyPrachDataOut::antRssi

2D Tensor containing per antenna, per occasion RSSI indices (length N_ant in cuphyPrachCellStatPrms_t), dim: MAX_N_ANTENNAS_SUPPORTED, nOccaProc; , use pinned memory

◆ interference

cuphyTensorPrm_t _cuphyPrachDataOut::interference

1D Tensor containing per occasion interference in dB, dim: nOccaProc; use pinned memory

◆ numDetectedPrmb

cuphyTensorPrm_t _cuphyPrachDataOut::numDetectedPrmb

1D Tensor containing the number of detected preambles (<= CUPHY_PRACH_RX_NUM_PREAMBLE), dim: nOccaProc

◆ prmbDelayEstimates

cuphyTensorPrm_t _cuphyPrachDataOut::prmbDelayEstimates

2D Tensor containing per cell delay estimate for the detected preamble (length NumDetectedPrmb), dim: CUPHY_PRACH_RX_NUM_PREAMBLE, nOccaProc

◆ prmbIndexEstimates

cuphyTensorPrm_t _cuphyPrachDataOut::prmbIndexEstimates

2D Tensor containing per cell preamble indices (length NumDetectedPrmb), dim: CUPHY_PRACH_RX_NUM_PREAMBLE, nOccaProc

◆ prmbPowerEstimates

cuphyTensorPrm_t _cuphyPrachDataOut::prmbPowerEstimates

2D Tensor containing per cell power estimate for the detected preamble (length NumDetectedPrmb), dim: CUPHY_PRACH_RX_NUM_PREAMBLE, nOccaProc

◆ rssi

cuphyTensorPrm_t _cuphyPrachDataOut::rssi

1D Tensor containing per occasion RSSI, dim: nOccaProc; use pinned memory