From c67b06fd6541bbcd59de459e82735974cbdb3d88 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 3 Dec 2010 11:46:47 -0500 Subject: usrp: move dsp tuning wrap-around into the dsp utils (allows the dsp handler to get the full value) --- host/test/tune_helper_test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/test') diff --git a/host/test/tune_helper_test.cpp b/host/test/tune_helper_test.cpp index e0500ae3f..735e7e948 100644 --- a/host/test/tune_helper_test.cpp +++ b/host/test/tune_helper_test.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include using namespace uhd; @@ -165,6 +166,7 @@ private: switch(key.as()){ case DSP_PROP_FREQ_SHIFT: _freq_shift = val.as(); + dsp_type1::calc_cordic_word_and_update(_freq_shift, _codec_rate); return; case DSP_PROP_HOST_RATE: -- cgit v1.2.3