Skip to content

Commit

Permalink
RDS: adjust AGC
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Nov 24, 2024
1 parent f78cf55 commit 92bb4e5
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 @@ -226,7 +226,7 @@ rx_rds::rx_rds(double sample_rate)
d_rrcf_manchester[n] = d_rrcf[n] - d_rrcf[n+8];
}

int agc_samp = ((float)d_sample_rate*d_interpolation*2.5f)/(decim1*d_decimation*2375.f);
int agc_samp = ((float)d_sample_rate*d_interpolation*4.0f)/(decim1*d_decimation*2375.f);

d_costas_loop = gr::digital::costas_loop_cc::make(powf(10.f,-2.8f),2);
//d_costas_loop->set_damping_factor(0.85);
Expand Down

0 comments on commit 92bb4e5

Please sign in to comment.