-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add WFM stereo decoding #7
Comments
Also RDS is a feature requested. |
Hi! Also, in the Teensy Convolution SDR, I have implemented a simpler scheme for demodulating stereo FM, which might also be useful for libcsdr, because it needs very low processing power for stereo demodulation and even works on decent small microcontrollers like the Teensy 3.6: All the best, Frank DD4WH |
Frank, Thank you for your valuable thoughts on this topic. I've just drafted this very quickly, without much research. As far as I can see, I need to look into this topic at a deeper level when I'll come to implement it. VY 73! Andras, HA7ILM |
Andras, |
Thanks! Teensy-ConvolutionSDR also looks great! |
My fork of NGSoftFM will be of your interest (on how to decode the composite signals). |
Note well that the stereo MPX 38kHz subcarrier must be in the same phase with the 19kHz pilot signal, so it should be regenerated from the received 19kHz signal. See ITU-R Recommendation BS.450-3 Section 2.2.2.5 as follows:
|
Block diagram:
csdr-wfm-stereo-svg.zip
The text was updated successfully, but these errors were encountered: