Searched refs:firstPathDelay (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_api.c | 64 int fftSize, ifftSizeOsf, firstPathDelay, maxIdx; in wls_process_csi() local 223 … calcPdpAndFirstPathMin(pktinfo, fftBuffer, pdpOut, totalpower, &maxIdx, &maxVal, &firstPathDelay); in wls_process_csi() 232 firstPathDelay = findFirstPath(pktinfo, pdpOut, maxIdx, maxVal, 1); in wls_process_csi() 247 …retVal = calcSubspaceFineTiming(pktinfo, fftBuffer, totalpower, firstPathDelay, &fineTimingRes, pd… in wls_process_csi() 252 fineTimingRes = firstPathDelay; in wls_process_csi() 258 …resArray[1] = ((firstPathDelay << (14 - TOA_FPATH_BIPT)) / 5) >> (pktinfo->fftSize + pktinfo->NgDs… in wls_process_csi() 272 …ngleLinPhase(pktinfo, packetparams, &calData, fftBuffer, totalpower, firstPathDelay, resArray + 5); in wls_process_csi() 277 dumpRawComplex(pktinfo, fftBuffer, firstPathDelay, resArray + 8); in wls_process_csi()
|
| D | wls_subspace_processing.c | 74 … *pktinfo, unsigned int *fftOutBuffer, unsigned int *totalpower, int firstPathDelay, float *realCo… in calcCorMatrix() argument 96 int firstPathIndex = (firstPathDelay+(1<<(TOA_FPATH_BIPT-1)))>>TOA_FPATH_BIPT; in calcCorMatrix() 548 int firstPathDelay, in calcDelayAmplitude() argument 572 int firstPathIndex = (firstPathDelay+(1<<(TOA_FPATH_BIPT-1)))>>TOA_FPATH_BIPT; in calcDelayAmplitude() 638 int firstPathDelay = 0; in determineFirstPath() local 684 …firstPathDelay = (int) floorf((tau_hat[firstPathIdx]*signalBandwidth*stepsize*(1<<TOA_FPATH_BIPT))… in determineFirstPath() 686 return firstPathDelay; in determineFirstPath() 692 int firstPathDelay, // existing first path estimate in calcSubspaceFineTiming() argument 780 …calcCorMatrix(pktinfo, fftOutBuffer, totalpower, firstPathDelay, realCorrMatrix, procBuffer + BUFF… in calcSubspaceFineTiming() 874 …calcDelayAmplitude(pktinfo, fftOutBuffer, totalpower, firstPathDelay, sigSpaceDim, omega_hat_sort,… in calcSubspaceFineTiming()
|
| D | wls_subspace_processing.h | 24 int firstPathDelay, // existing first path estimate
|
| D | wls_processing.h | 108 int *firstPathDelay);
|
| D | wls_processing.c | 2313 …t *pdpOutBuffer, unsigned int *totalpower, int *idxRes, unsigned int *valRes, int *firstPathDelay){ argument 2385 *firstPathDelay = firstPathMin;
|