[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 16/22: digital: clock recovery delete unuse
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 16/22: digital: clock recovery delete unused variables |
Date: |
Wed, 24 Sep 2014 22:07:40 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit ac9513ab8a7b24475b450861ff788ca265ee1a47
Author: Bastian Bloessl <address@hidden>
Date: Wed Sep 10 01:28:05 2014 +0200
digital: clock recovery delete unused variables
---
gr-digital/lib/clock_recovery_mm_ff_impl.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gr-digital/lib/clock_recovery_mm_ff_impl.h
b/gr-digital/lib/clock_recovery_mm_ff_impl.h
index 13bed5d..85fb932 100644
--- a/gr-digital/lib/clock_recovery_mm_ff_impl.h
+++ b/gr-digital/lib/clock_recovery_mm_ff_impl.h
@@ -54,9 +54,7 @@ namespace gr {
void set_mu (float mu) { d_mu = mu; }
void set_omega (float omega){
d_omega = omega;
- d_min_omega = omega*(1.0 - d_omega_relative_limit);
- d_max_omega = omega*(1.0 + d_omega_relative_limit);
- d_omega_mid = 0.5*(d_min_omega+d_max_omega);
+ d_omega_mid = omega;
}
private:
@@ -64,8 +62,6 @@ namespace gr {
float d_gain_mu; // gain for adjusting mu
float d_omega; // nominal frequency
float d_gain_omega; // gain for adjusting omega
- float d_min_omega; // minimum allowed omega
- float d_max_omega; // maximum allowed omeg
float d_omega_relative_limit; // used to compute min and max omega
float d_omega_mid; // average omega
- [Commit-gnuradio] [gnuradio] 10/22: Formatting fix-ups, (continued)
- [Commit-gnuradio] [gnuradio] 10/22: Formatting fix-ups, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 19/22: digital: applying same fix of the complex M&M clock recovery block as the float version., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 14/22: blocks: deinterleaver will process more than one block at a time for significant speed improvements., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 06/22: tags_wip, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 22/22: Merge branch 'maint', git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 09/22: runtime: speed up all the things, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 12/22: docs: fixed path stripping for binary dirs in doxygen manual., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 17/22: digital: clock recovery more verbose documentation, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 11/22: blocks: added example of how to construct and add a tag to a vector_source., git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 18/22: digital: adapt clock recovery QA, git, 2014/09/24
- [Commit-gnuradio] [gnuradio] 16/22: digital: clock recovery delete unused variables,
git <=
- [Commit-gnuradio] [gnuradio] 20/22: CID 1240027: runtime: clean up tag pruning using iter range, git, 2014/09/24