cuPHY
0.1
CUDA PHY Layer Acceration Library
|
#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 |
PRACH Data Output
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
cuphyTensorPrm_t _cuphyPrachDataOut::interference |
1D Tensor containing per occasion interference in dB, dim: nOccaProc; use pinned memory
cuphyTensorPrm_t _cuphyPrachDataOut::numDetectedPrmb |
1D Tensor containing the number of detected preambles (<= CUPHY_PRACH_RX_NUM_PREAMBLE), dim: nOccaProc
cuphyTensorPrm_t _cuphyPrachDataOut::prmbDelayEstimates |
2D Tensor containing per cell delay estimate for the detected preamble (length NumDetectedPrmb), dim: CUPHY_PRACH_RX_NUM_PREAMBLE, nOccaProc
cuphyTensorPrm_t _cuphyPrachDataOut::prmbIndexEstimates |
2D Tensor containing per cell preamble indices (length NumDetectedPrmb), dim: CUPHY_PRACH_RX_NUM_PREAMBLE, nOccaProc
cuphyTensorPrm_t _cuphyPrachDataOut::prmbPowerEstimates |
2D Tensor containing per cell power estimate for the detected preamble (length NumDetectedPrmb), dim: CUPHY_PRACH_RX_NUM_PREAMBLE, nOccaProc
cuphyTensorPrm_t _cuphyPrachDataOut::rssi |
1D Tensor containing per occasion RSSI, dim: nOccaProc; use pinned memory