[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/09: digital: update control loop frequen
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/09: digital: update control loop frequency limits in fll_band_edge_cc when samps_per_sym is changed |
Date: |
Wed, 4 Feb 2015 21:59:34 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 223390736b5be4aa1cc2601f2c4d54961f05e9d1
Author: Sean Nowlan <address@hidden>
Date: Tue Feb 3 08:20:28 2015 -0500
digital: update control loop frequency limits in fll_band_edge_cc when
samps_per_sym is changed
---
gr-digital/lib/fll_band_edge_cc_impl.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gr-digital/lib/fll_band_edge_cc_impl.cc
b/gr-digital/lib/fll_band_edge_cc_impl.cc
index 583e8f5..0ec8af5 100644
--- a/gr-digital/lib/fll_band_edge_cc_impl.cc
+++ b/gr-digital/lib/fll_band_edge_cc_impl.cc
@@ -101,6 +101,8 @@ namespace gr {
throw std::out_of_range("fll_band_edge_cc: invalid number of sps. Must
be > 0.");
}
d_sps = sps;
+ set_max_freq(M_TWOPI*(2.0/sps));
+ set_min_freq(-M_TWOPI*(2.0/sps));
design_filter(d_sps, d_rolloff, d_filter_size);
}
- [Commit-gnuradio] [gnuradio] branch master updated (c815a01 -> 42c1d6d), git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 01/09: digital: update control loop frequency limits in fll_band_edge_cc when samps_per_sym is changed,
git <=
- [Commit-gnuradio] [gnuradio] 03/09: runtime: possible bug fix for limited-run flowgraphs with message-only blocks., git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 05/09: Merge branch 'maint', git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 02/09: uhd: Added set_stream_args() method to sink & source, git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'tom/runtime_msg_passing_finished', git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 04/09: blocks: the API for the peak_detector blocks incorrectly uses int instead of float for setting alpha., git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 07/09: Merge remote-tracking branch 'mbr0wn/uhd/stream_args', git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'tom/blocks/peak_det_api', git, 2015/02/04
- [Commit-gnuradio] [gnuradio] 06/09: Merge remote-tracking branch 'nowls/master', git, 2015/02/04