Home
last modified time | relevance | path

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

/babblesim_ext_2G4_modem_BLE_simple-3.4.0/src/
Dmodem_BLE_simple_args.c61 …alse , false, "RSSI_offset_std", "RSSI_offset", 'f', (void*)&args->RSSI_offsetdB_std, NULL, "Stan… in modem_simple_argparse()
71 args->RSSI_offsetdB_std = 1.0; in modem_simple_argparse()
Dmodem_BLE_simple_args.h22 …double RSSI_offsetdB_std; //std deviation of the residual offset (for all channels) in this dev… member
Dmodem_BLE_simple.c389 mo_st->device_RSSI_offsetdB = bs_random_Gaus()*mo_st->args.RSSI_offsetdB_std; in modem_init()