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.
0 个评论
采纳的回答
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!
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Piconet 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!