is there waveform analyzer app for bluetooth ?

7 次查看(过去 30 天)
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.

采纳的回答

Charu
Charu 2025-5-7
编辑:Walter Roberson 2025-5-8
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!

更多回答(1 个)

Anand Rajgopalan
Anand Rajgopalan 2025-5-11
Thanks a lot Charu for bluetooth documentation.

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by