is there waveform analyzer app for bluetooth ?

7 visualizaciones (últimos 30 días)
Anand Rajgopalan
Anand Rajgopalan el 2 de Mayo de 2025
Respondida: Anand Rajgopalan el 11 de Mayo de 2025
just like wifi lte or 5G is there any waveform analyzer for bluetooth? i do not see waveform analyzer for bluetooth. i used waveform generator for to generate ble waveform but there is app to detect or analyze i and q samples of ble waveform.

Respuesta aceptada

Charu
Charu el 7 de Mayo de 2025
Editada: Walter Roberson el 8 de Mayo de 2025
Hi Anand Rajgopalan,
MATLAB provides a Bluetooth LE Waveform Generator app, “bleWaveformGenerator” for creating BLE waveforms.
There is currently no dedicated app for Bluetooth in MATLAB R2024b.
As a workaround, you can analyze BLE IQ samples using functions in the Communications Toolbox and Bluetooth Toolbox
1. For packet recovery and decoding:, you can use “bleidealReceiver”
2. You can use “comm.ConstellationDiagram”, “specturmAnalyzer” to analyse IQ data.
For further information about these functions, you can refer to the MathWorks documentation linked below:
•bleIdealReceiver:
•comm.ConstellationDiagram:
•specturmAnalyzer:
•bleWaveformGenerator:
I hope this is helpful!

Más respuestas (1)

Anand Rajgopalan
Anand Rajgopalan el 11 de Mayo de 2025
Thanks a lot Charu for bluetooth documentation.

Productos


Versión

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by