diff options
Diffstat (limited to 'gr-analog/lib/dpll_bb_impl.h')
-rw-r--r-- | gr-analog/lib/dpll_bb_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-analog/lib/dpll_bb_impl.h b/gr-analog/lib/dpll_bb_impl.h index 4caa498d70..365d626b13 100644 --- a/gr-analog/lib/dpll_bb_impl.h +++ b/gr-analog/lib/dpll_bb_impl.h @@ -27,7 +27,7 @@ namespace gr { namespace analog { - + class dpll_bb_impl : public dpll_bb { private: @@ -41,7 +41,7 @@ namespace gr { void set_gain(float gain) { d_gain = gain; } void set_decision_threshold(float thresh) { d_decision_threshold = thresh; } - + float gain() const { return d_gain; } float freq() const { return d_pulse_frequency; } float phase() const { return d_pulse_phase; } |