diff options
| author | Ryan Marlow <ryan.marlow@ettus.com> | 2018-01-26 14:07:50 -0500 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2018-03-22 17:48:30 -0700 | 
| commit | d588005fd87dd2594adb29dbbdcf948bbb0ab0c1 (patch) | |
| tree | 7307df1b7a62996c68f7d5bca430359218e9e3da /host/lib/include/uhdlib | |
| parent | 93617aa25cc0ec62cbdbf9cdb41ec11fcc29f2b3 (diff) | |
| download | uhd-d588005fd87dd2594adb29dbbdcf948bbb0ab0c1.tar.gz uhd-d588005fd87dd2594adb29dbbdcf948bbb0ab0c1.tar.bz2 uhd-d588005fd87dd2594adb29dbbdcf948bbb0ab0c1.zip  | |
DDC/DUC: switch CORDIC -> DDS for all relevant variable names
- Bump compat number for DDC/DUC to 2.0
Diffstat (limited to 'host/lib/include/uhdlib')
| -rw-r--r-- | host/lib/include/uhdlib/usrp/cores/rx_dsp_core_3000.hpp | 1 | ||||
| -rw-r--r-- | host/lib/include/uhdlib/usrp/cores/tx_dsp_core_3000.hpp | 1 | 
2 files changed, 2 insertions, 0 deletions
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<rx_dsp_core_3000> 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<tx_dsp_core_3000> sptr;  | 
