retrogram-plutosdr
retrogram-plutosdr copied to clipboard
Getting data from the analyzer
Hi. Can I get data for further work? I need to get the occupancy percentage of 15 channels when requested and get it as soon as possible.
Your question is a bit unclear.
For analyzing channel usage, rtl_power is better suited. Port for SoapySDR (which supports PlutoSDR amongst others) is available at rx_power repo. For visualization, heatmap.py can process the data generated by rtl/rx-power.
Refer to the documentation by @rxseger for rx_power and heatmap.py usage documented here.