Hello,
i have to utilyze the device adalm-pluto to recognize wifi and bluetooth signals given a spectrogram image: could you help me? I really dont know how to differentiate a wifi signal from a bluetooth one (or others signals) given the spectrogram from the PASSBAND SPECTRUM app (launched with "
Spectrum Analysis of Signals
" ).
Also how can I save the actual image of the spectrogram from the passband spectrum app? It seems like i can only save the spectrogram's data with the function
specTable = getSpectrumData(hSpectrum);
which returns me all the data from the spectrum and spectrogram but not the actual images of them.
Thank you in advance