bastibl / gr-rds

FM RDS/TMC Transceiver
http://en.wikipedia.org/wiki/Radio_Data_System
GNU General Public License v3.0
218 stars 71 forks source link

Fix bugs in the rds_tx example #50

Closed argilo closed 2 years ago

argilo commented 2 years ago

This commit fixes the following bugs in the RDS transmit example:

  1. The filter window constants need to be updated for GNU Radio 3.9
  2. The maximum FM deviation should be 75 kHz, not 80 kHz
  3. The RDS gain should be set to produce a deviation of 2 kHz, not 24 kHz
  4. The pulse shaping filter should be RRC, not low-pass
  5. The stereo pilot magnitude should be 10%, not 30%
  6. The input gain needs to be reduced to avoid excess deviation

I also made the following changes:

Before: rds_tx_old

After: rds_tx_new

Signed-off-by: Clayton Smith argilo@gmail.com

bastibl commented 2 years ago

Awesome :-) Thank you!