-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spectrum measurements inconsistent in Broadcast FM Demod plugin #2282
Comments
You have an 8k FFT - but the image is only 700 pixels wide. I'd guess if you zoom in you'll see multiple peaks. |
Try saving the spectrum data to .csv then look at the actual values. In the last image, look at peak 15 - it may be it is fractionally higher than the point to it's left, but not a real peak. If that is the case, then perhaps we need some parameter that specifies a minimum height, in order to filter out things like that. |
Thanks for the suggestion!
Here I can see a few interesting things:
|
Yep, it does, in GLSpectrumView::peakWidth. If you are compiling SDRangel yourself, you can try changing:
To:
It looks like that's because it's a single-side-band spectrum.
Probably a difference in labeling: i.e. one is bin start frequency, whereas the other is the bin centre frequency. |
Hi, I finally managed to test a build with your suggested change and it actually works! SNR measurement is working great as well! I have seen that the measurement is performed only on the current span of the spectrum. Do you know if there is an easy way to set the span/center frequency without necessarily using the scroll wheel? |
I don't think there is currently. |
I understand. Thank you very much for your support! If It's ok I'd like to open a PR with this fix, unless there are any side effects that I can't think of. |
It should be OK - the alternative is that SSBs are handled separately. |
Hi,
I am using my PlutoSDR to do some qualitative measurements on my FM transmitter. I am having it generate a 10KHz modulated FM signal, receiving it with my SDR and demodulating it with the SDRAngel Broadcast FM Demod plugin.
I am interested in a few measurements provided by the spectrum analyser, which are, the peaks and the SNR.
The SNR measurement produces totally nonsense results, but does not provide any marker inside the spectrum, so I'm not reporting it yet because it is not easy to show you.
However when visualizing peaks it is clear that there is some kind of problem. In the following image I have reported the peak measurement for both the RF and baseband spectra, clearly showing that in the BB spectrum all peaks seem to be detected on the same fundamental tone, despite all the peaks being clearly "visible".
I do not think I am doing something wrong, I have tried multiple spectrum parameters (i.e. averaging and FFT resolution) but I suspect they are not relevant
The text was updated successfully, but these errors were encountered: