Home
last modified time | relevance | path

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

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