Main Content

Coexistence Modeling

Performance evaluation of Bluetooth systems in the presence of WLAN and NR interference

Bluetooth® Toolbox features and reference examples enable you to evaluate the performance of Bluetooth basic rate/enhanced data rate (BR/EDR) and low energy (LE) systems in the presence of WLAN and New Radio (NR) signal interference.

Use the coexistence modeling capabilities of the toolbox to:

  • Simulate Bluetooth LE in 6 GHz supporting channel access mechanisms such as listen before talk (LBT), spectrum sensing based deferral (SSBD), and detect and avoid (DAA).

  • Create and configure a shared wireless channel between Bluetooth and WLAN.

  • Simulate and visualize noncollaborative coexistence between Bluetooth and WLAN and mitigate interference by using adaptive frequency hopping (AFH).

  • Simulate and visualize collaborative coexistence between Bluetooth and WLAN by using PHY packet traffic arbitration (PTA).

  • Configure Bluetooth channels for LE connections, LE Audio, LE advertisement, and BR/EDR connections.

  • Measure key performance indicators (KPIs) such as throughput, latency, packet delivery ratio (PDR), and packet loss ratio (PLR) at both the node and network levels to analyze the network and the effect of interference.

To use the network simulation functionality for modeling Bluetooth and WLAN coexistence, install the Communications Toolbox Wireless Network Simulation Library add-on.

Figure showing a coexistence scenario involving Bluetooth BR/EDR, LE, and WLAN nodes.

Functions

addMobilityAdd random waypoint mobility model to Bluetooth LE node (Since R2023b)
kpiReturns key performance indicators (KPIs) for Bluetooth LE nodes (Since R2024b)
addTrafficSourceAdd data traffic source to Bluetooth LE node (Since R2022a)
configureConnectionConfigure LL connection between Bluetooth LE Central and Peripheral nodes (Since R2022a)
configureSchedulerConfigure baseband scheduler at Bluetooth BR/EDR Central node (Since R2023a)
statisticsGet statistics of Bluetooth LE node (Since R2022a)

Objects

wirelessNetworkSimulatorWireless network simulator (Since R2022b)
bluetoothLENodeBluetooth LE node (Since R2022a)
bluetoothNodeBluetooth BR/EDR node (Since R2022b)
bluetoothLEConnectionConfigBluetooth LE LL connection configuration parameters (Since R2022a)
bluetoothConnectionConfigBluetooth BR/EDR connection configuration parameters (Since R2022b)
bleChannelSelectionBluetooth LE channel index selection
bluetoothFrequencyHopBluetooth BR/EDR channel index for frequency hopping (Since R2020b)
networkTrafficOnOffOn-Off application traffic pattern generator (Since R2022a)

Topics

Featured Examples