diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-07 12:18:00 -0400 |
commit | 597b93798a804cde1783d6d2ab53b348d57c44cd (patch) | |
tree | b65e73bb0de634ff5d209b15971ebdabf369a45c /gr-channels/lib/dynamic_channel_model_impl.h | |
parent | 1151e5502ccd440ebd89599cf7e4be4fb5ed8334 (diff) |
Removing trailing/extra whitespaces before release.
We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
Diffstat (limited to 'gr-channels/lib/dynamic_channel_model_impl.h')
-rw-r--r-- | gr-channels/lib/dynamic_channel_model_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-channels/lib/dynamic_channel_model_impl.h b/gr-channels/lib/dynamic_channel_model_impl.h index 2eabac0be0..b0d42c8875 100644 --- a/gr-channels/lib/dynamic_channel_model_impl.h +++ b/gr-channels/lib/dynamic_channel_model_impl.h @@ -63,7 +63,7 @@ namespace gr { int ntaps_mpath, double noise_amp, double noise_seed); - + ~dynamic_channel_model_impl(); void setup_rpc(); @@ -77,9 +77,9 @@ namespace gr { double doppler_freq() const { return d_fader->fDTs()*samp_rate(); } double K() const { return d_fader->K(); } - void set_samp_rate(double sr) { + void set_samp_rate(double sr) { d_fader->set_fDTs( doppler_freq()/samp_rate() ); - d_sro_model->set_samp_rate(sr); + d_sro_model->set_samp_rate(sr); d_cfo_model->set_samp_rate(sr); } void set_sro_dev_std(double dev) { d_sro_model->set_max_dev(dev); } void set_sro_dev_max(double dev) { d_sro_model->set_max_dev(dev); } |