Home
last modified time | relevance | path

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

/babblesim_ext_2G4_modem_BLE_simple-latest/matlab/
Danalog_model.m12 ThermalNoisemW = 10^( (-174 + NoiseFigure)/10 ) * ReceiverNoiseBW(ModulationRx); variable
56 TotalNoisemW = InterfPowermW + ThermalNoisemW;
/babblesim_ext_2G4_modem_BLE_simple-latest/src/
Dmodem_BLE_simple.c418 double ThermalNoisemW = 0; in modem_analog_rx() local
426 ThermalNoisemW = EquivalentBW * pow(10, (-174.0 + NoiseFigure )/10); in modem_analog_rx()
472 … double TotalNoisemW = ThermalNoisemW + TotalInterfmW + TotalPhaseReciprocalMixmW + TotalIntermmW; in modem_analog_rx()