Searched refs:rx_radioparams (Results 1 – 1 of 1) sorted by relevance
/babblesim_ext_2G4_modem_BLE_simple-3.4.0/src/ |
D | modem_BLE_simple.c | 409 void modem_analog_rx(void *this, p2G4_radioparams_t *rx_radioparams, double *OutputSNR, in modem_analog_rx() argument 422 double EquivalentBW = noiseBW_from_modulation(rx_radioparams->modulation); in modem_analog_rx() 430 RxFilter_from_modulation(rx_radioparams->modulation, &RxFilterAttenuation, &RxFilterHalfBW); in modem_analog_rx() 434 …int CenterR = p2G4_freq_to_d(rx_radioparams->center_freq) / (FreqRes/1e6); //Center frequency (whe… in modem_analog_rx() 493 uint32_t modem_digital_perf_ber(void *this, p2G4_radioparams_t *rx_radioparams, double SNR) { in modem_digital_perf_ber() argument 530 uint32_t modem_digital_perf_sync(void *this, p2G4_radioparams_t *rx_radioparams, in modem_digital_perf_sync() argument 550 void modem_digital_RSSI(void *this, p2G4_radioparams_t *rx_radioparams, in modem_digital_RSSI() argument
|