Localization
Bluetooth® Toolbox features and reference examples enable you to implement Bluetooth location and direction finding functionalities such as angle of arrival (AoA) and angle of departure (AoD) introduced in Bluetooth 5.1. Simulate and evaluate the localization performance in the presence of channel and radio frequency (RF) impairments.
Use the localization capabilities of the toolbox to:
Implement lateration, angulation, or distance-angle localization methods and calculate the 2-D or 3-D position of a Bluetooth low energy (LE) node.
Compute 3-D position of a Bluetooth LE node by using the received signal strength indicator (RSSI) fingerprinting and convolutional neural network (CNN).
Simulate the direction finding packet exchange to track the 2-D or 3-D position of a Bluetooth LE node.
Compute the distance between two Bluetooth LE devices by using channel sounding (CS).
Estimate the AoA and AoD by using the constant tone extension (CTE) field.
Estimate the maximum range between two Bluetooth basic rate/enhanced data rate (BR/EDR) or LE devices.
Functions
bleCSWaveform | Generate Bluetooth LE CS PHY waveform (Since R2024b) |
bleAngleEstimate | Estimate AoA or AoD of Bluetooth LE Signal (Since R2020b) |
blePositionEstimate | Estimate Bluetooth LE node position (Since R2022a) |
bleCTEIQSample | Perform IQ sampling on CTE field of Bluetooth LE packet (Since R2022a) |
bluetoothRange | Estimate range between two Bluetooth BR/EDR or LE devices (Since R2022a) |
Objects
bleCSConfig | Bluetooth LE channel sounding PHY waveform configuration parameters (Since R2024b) |
bleAngleEstimateConfig | Bluetooth LE angle estimation configuration parameters (Since R2020b) |
bluetoothRangeConfig | Bluetooth BR/EDR or LE range estimation configuration parameters (Since R2022a) |
Topics
- Bluetooth Packet Structure
Explore the Bluetooth BR/EDR and Bluetooth LE packet structures.
- Bluetooth Location and Direction Finding
Understand the concepts of Bluetooth location and direction finding capabilities.
- Generate and Visualize Bluetooth LE Channel Sounding PHY Waveform
Use Bluetooth LE CS capabilities to generate and visualize CS PHY Waveform.
- Parameterize Bluetooth LE Direction Finding Features
Configure and simulate Bluetooth LE location and direction finding functionalities.
- Estimate Bluetooth LE Node Position
Use Bluetooth LE node position estimation capabilities to estimate the Bluetooth LE node position by using lateration, angulation, or distance-angle localization techniques.