Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c322 static const int8_t rssi_ema_smoothing_factor_table[MAX_RSSI_FILTER_COEFF + 1] = { variable
339 (((rssi - avg_rssi) * rssi_ema_smoothing_factor_table[rssi_filter_coeff]) in RADIO_UpdateAvgRSSI()