From d588005fd87dd2594adb29dbbdcf948bbb0ab0c1 Mon Sep 17 00:00:00 2001 From: Ryan Marlow Date: Fri, 26 Jan 2018 14:07:50 -0500 Subject: DDC/DUC: switch CORDIC -> DDS for all relevant variable names - Bump compat number for DDC/DUC to 2.0 --- host/lib/include/uhdlib/usrp/cores/rx_dsp_core_3000.hpp | 1 + host/lib/include/uhdlib/usrp/cores/tx_dsp_core_3000.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'host/lib/include/uhdlib') diff --git a/host/lib/include/uhdlib/usrp/cores/rx_dsp_core_3000.hpp b/host/lib/include/uhdlib/usrp/cores/rx_dsp_core_3000.hpp index 0fba8ed65..8ea4531a1 100644 --- a/host/lib/include/uhdlib/usrp/cores/rx_dsp_core_3000.hpp +++ b/host/lib/include/uhdlib/usrp/cores/rx_dsp_core_3000.hpp @@ -22,6 +22,7 @@ class rx_dsp_core_3000 : boost::noncopyable{ public: static const double DEFAULT_CORDIC_FREQ; + static const double DEFAULT_DDS_FREQ; static const double DEFAULT_RATE; typedef boost::shared_ptr sptr; diff --git a/host/lib/include/uhdlib/usrp/cores/tx_dsp_core_3000.hpp b/host/lib/include/uhdlib/usrp/cores/tx_dsp_core_3000.hpp index 3eb53da0d..d63f6a609 100644 --- a/host/lib/include/uhdlib/usrp/cores/tx_dsp_core_3000.hpp +++ b/host/lib/include/uhdlib/usrp/cores/tx_dsp_core_3000.hpp @@ -19,6 +19,7 @@ class tx_dsp_core_3000 : boost::noncopyable{ public: static const double DEFAULT_CORDIC_FREQ; + static const double DEFAULT_DDS_FREQ; static const double DEFAULT_RATE; typedef boost::shared_ptr sptr; -- cgit v1.2.3