Closed argilo closed 3 years ago
The stereo receiver uses the same design as Gqrx (https://github.com/gqrx-sdr/gqrx/blob/master/src/dsp/stereo_demod.cpp), which works well.
The matched filter for RDS symbol synchronization is a Manchester symbol (01) convolved with an RRC filter.
Clayton, thanks so much! This and the other two commits make the module so much better!
The rds_rx.grc example has a number of problems:
In this commit I've fixed these problems. I verified that stereo demod now works, and that RDS receive performance is improved.
Before:
After:
Signed-off-by: Clayton Smith argilo@gmail.com