Home
last modified time | relevance | path

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

/babblesim_ext_2G4_modem_BLE_simple-latest/src/
Dmodem_BLE_simple.c437 …int CenterR = p2G4_freq_to_d(rx_radioparams->center_freq) / (FreqRes/1e6); //Center frequency (whe… in modem_analog_rx() local
438 int StartR = CenterR - RxFilterHalfBW; in modem_analog_rx()
439 int EndR = CenterR + RxFilterHalfBW; in modem_analog_rx()