Home
last modified time | relevance | path

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

/babblesim_ext_2G4_modem_BLE_simple-3.7.0/matlab/
Danalog_model.m44 AccRatio = 0; variable
48 AccRatio = AccRatio + ListInter{i}.Spectrum(IndexI) * FilterRx(IndexR); variable
50 InterfPowermW = InterfPowermW + AccRatio * 10^(ListInter{i}.RxPower/10);
/babblesim_ext_2G4_modem_BLE_simple-3.7.0/src/
Dmodem_BLE_simple.c457 double AccRatio = 0; //Calculate the overlap of the Rx filter with the tx modulation shape in modem_analog_rx() local
461 AccRatio = AccRatio + TxSpectrum[IndexI] * RxFilterAttenuation[IndexR]; in modem_analog_rx()
464 TotalInterfmW = TotalInterfmW + AccRatio * pow(10.0, rx_powers[i]/10.0); in modem_analog_rx()