Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/src/
Dchannel_if.h55 int channel_calc(const uint *tx_used, tx_el_t *tx_list, uint txnbr, uint rxnbr, bs_time_t now, doub…
Dp2G4_channel_and_modem.c53 static cha_calc_f channel_calc; variable
111 *(void **) (&channel_calc) = dlsym(channel_lib, "channel_calc"); in channel_and_modem_init()
229channel_calc(tx_l->used, tx_l->tx_list, tx_nbr, rx_nbr, current_time, rec_s->att, &rec_s->SNR_ISI); in CalculateRxPowerAndISI()