Home
last modified time | relevance | path

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

/babblesim_ext_2G4_modem_BLE_simple-3.6.0-3.5.0/matlab/
Danalog_model.m4 function [SNR, RSSI] = analog_model( ListInter, Desired, ModulationRx, CenterFreq )
59 RSSI = 10*log10( 10^(Desired.RxPower/10) + TotalNoisemW ); variable
Dtest_ana.m40 [SNR, RSSI] = analog_model( ListInter, Desired, ModulationRx, CenterFreq )
/babblesim_ext_2G4_modem_BLE_simple-3.6.0-3.5.0/src/
Dmodem_BLE_simple.c551 double RSSI_power_level, p2G4_rssi_power_t* RSSI) { in modem_digital_RSSI() argument
558 *RSSI = p2G4_RSSI_value_from_dBm(RSSI_power_level); in modem_digital_RSSI()