Home
last modified time | relevance | path

Searched refs:subBlock (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c1949 int subBlock, offset, channelMask, flag=1; local
1980 subBlock = numSubBlocks;
1984 channelMask = subBlock - 1;
1985 subBlock >>= 1;
1991 for (ii = 0;ii < subBlock;ii++) {
1992 …bottomHalfTemp += powerPerSubband[qq + (ii + offset*subBlock)*NUM_PARALLEL + (rx + tx*nRx)*numSubB…
1993 …topHalfTemp += powerPerSubband[qq + (ii + (offset + 1)*subBlock)*NUM_PARALLEL + (rx + tx*nRx)*numS…
2001 bottomHalf /= subBlock*subbandSize*nTx*nRx;
2002 topHalf /= subBlock*subbandSize*nTx*nRx;
2004 …if (((channelOffset &channelMask) >= subBlock) && ((bottomHalf < SUBBAND_DET_THRESH) || (ftmSignal…
[all …]