Searched refs:rx_modem_params (Results 1 – 3 of 3) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_channel_and_modem.c | 267 … status->BER = m_dig_perf_ber[rx_nbr](modem_o[rx_nbr], &rx_st->rx_modem_params, status->SNR_total); in chm_bit_errors() 269 dump_ModemRx(current_time, tx_nbr, rx_nbr, n_devs, 1, &rx_st->rx_modem_params, status, tx_l ); in chm_bit_errors() 299 rec_s->BER = m_dig_perf_ber[rx_nbr](modem_o[rx_nbr], &rx_st->rx_modem_params, rec_s->SNR_total); in chm_is_packet_synched() 300 …rec_s->sync_prob = m_dig_perf_sync[rx_nbr](modem_o[rx_nbr], &rx_st->rx_modem_params, rec_s->SNR_to… in chm_is_packet_synched() 302 dump_ModemRx(current_time, tx_nbr, rx_nbr, n_devs, 0, &rx_st->rx_modem_params, rec_s, tx_l ); in chm_is_packet_synched()
|
| D | p2G4_pending_tx_rx_list.h | 133 …p2G4_modemdigparams_t rx_modem_params; //Parameters we are passing to the modem digital model for … member
|
| D | p2G4_main.c | 882 rx_status->rx_modem_params.modulation = rxv2_s->radio_params.modulation; in prepare_rx_common() 883 rx_status->rx_modem_params.center_freq = rxv2_s->radio_params.center_freq; in prepare_rx_common() 884 rx_status->rx_modem_params.coding_rate = rxv2_s->coding_rate; in prepare_rx_common()
|