Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c283 short tempValI = (myStack[0])&0xffff; in processSubCarrier() local
394 lastValI = tempValI; in processSubCarrier()
396 tempValI = (short)tempI*pilotSym; in processSubCarrier()
398 powerEst += tempValI*tempValI + tempValQ*tempValQ; in processSubCarrier()
403 resI = tempValI*cosPhi-tempValQ*sinPhi; in processSubCarrier()
404 resQ = tempValI*sinPhi+tempValQ*cosPhi; in processSubCarrier()
405 tempValI = (short)(resI>>(TWIDDLE_BIPT-8)); in processSubCarrier()
407 runningSumI += ((lastValI*tempValI) + (lastValQ*tempValQ))>>12; in processSubCarrier()
408 runningSumQ += ((lastValI*tempValQ) - (lastValQ*tempValI))>>12; in processSubCarrier()
409 writePtr[0] = tempValI; in processSubCarrier()
[all …]