Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/docs/
DREADME_dumps.md28 * modulation: Modulation type. One of P2G4_MOD_* : 0x10 = BLE 1 Mbps, 0x20 = BLE 2Mbps
42 * modulation: Type of modulation the receiver is configured to receive. One of P2G4_MOD_*
68 * modulation: Type of modulation the receiver is configured for during the measurement. One of P2G4…
83 * modulation: Modulation type. One of P2G4_MOD_* : 0x10 = BLE 1 Mbps, 0x20 = BLE 2Mbps
98 * modulation: Type of modulation the receiver is configured to receive. One of P2G4_MOD_*
129 * modulation: Which modulation is being search for, and which modulation is the receiver opened wit…
132 …reshold_mod: Power threshold at which the search may stop, while it detects the expected modulation
133 …rssi: Power threshold at which the search may stop, when it does not detect the expected modulation
134 …_found: Stop when detecting the modulation (and the rx power > threshold_mod) (1), stop when not d…
140 * mod_rx_power: Maximum measured power/RSSI when a compatible modulation was heard
[all …]
/babblesim_ext_2G4_phy_v1-latest/dump_post_process/
Dcsv2pcap103 modulation = int(row['modulation'], 10)
104 if modulation == P2G4_MOD_BLE:
106 elif modulation == P2G4_MOD_BLE2M:
108 elif modulation == P2G4_MOD_BLE_CODED:
Dcsv2pcap_15.4.py57 modulation = int(row['modulation'], 10)
58 if modulation != 256:
Dcsv2pcapng103 modulation = int(row['modulation'], 10)
104 if modulation == 256: # IEEE 802.15.4-2006 DSS 250kbps O-QPSK PHY
/babblesim_ext_2G4_phy_v1-latest/src/
Dmodem_if_types.h21 p2G4_modulation_t modulation; member
Dp2G4_dump.c370 (uint32_t)txs->phy_address, txs->radio_params.modulation, in dump_txv1()
410 (uint32_t)txs->phy_address, txs->radio_params.modulation, in dump_txv2()
462 (uint32_t)rx_st->phy_address[0], req->radio_params.modulation, in dump_rxv1()
553 req->radio_params.modulation, in dump_rxv2()
616 RSSI_req->radio_params.modulation, in dump_RSSImeas()
664 cca->req.radio_params.modulation, in dump_cca()
711 modem_p->modulation, in dump_ModemRx()
Dp2G4_main.c130 (tx_s->radio_params.modulation & P2G4_MOD_SIMILAR_MASK) == in tx_and_rx_match()
131 (rx_st->rx_s.radio_params.modulation & P2G4_MOD_SIMILAR_MASK) ) in tx_and_rx_match()
670 (tx_s->radio_params.modulation & P2G4_MOD_SIMILAR_MASK) == in find_fitting_tx_cca()
671 (req->radio_params.modulation & P2G4_MOD_SIMILAR_MASK) ) in find_fitting_tx_cca()
882 rx_status->rx_modem_params.modulation = rxv2_s->radio_params.modulation; in prepare_rx_common()