Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Apr 14, 2024
1 parent a49deb5 commit 554f5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsp/rx_rds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ rx_rds::rx_rds(double sample_rate, bool encorr)
d_agc = make_rx_agc_cc(0,40, agc_samp, 0, agc_samp*10, 0);

d_sync = gr::digital::symbol_sync_cc::make(gr::digital::TED_ZERO_CROSSING,
(d_sample_rate*d_interpolation*2.0)/(d_decimation*float(2375.f*decim1)), 0.0005, 1, 1, 0.1, 1, p_c);
(d_sample_rate*d_interpolation*2.0)/(d_decimation*float(2375.f*decim1)), 0.01, 1, 1, 0.1, 1, p_c);
#endif

d_mpsk = gr::digital::constellation_decoder_cb::make(p_c);
Expand Down

0 comments on commit 554f5eb

Please sign in to comment.