From 8e17df7374367d57693b1d016239348640f930aa Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Thu, 6 Mar 2014 14:16:11 -0500 Subject: Transceivert52M: Add option for baseband frequency offset Allow command line setting of the DSP frequency in UHD. All channels will be tuned with the same offset. Dual-channel tuning with the B210, which uses a single LO, will override the command line offset value and set the DSP frequency automatically. Signed-off-by: Thomas Tsou --- Transceiver52M/radioDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Transceiver52M/radioDevice.h') diff --git a/Transceiver52M/radioDevice.h b/Transceiver52M/radioDevice.h index 6fd10db..6273bcc 100644 --- a/Transceiver52M/radioDevice.h +++ b/Transceiver52M/radioDevice.h @@ -38,7 +38,7 @@ class RadioDevice { enum RadioInterfaceType { NORMAL, RESAMP_64M, RESAMP_100M, DIVERSITY }; static RadioDevice *make(size_t sps, size_t chans = 1, - bool diversity = false); + bool diversity = false, double offset = 0.0); /** Initialize the USRP */ virtual int open(const std::string &args = "", bool extref = false)=0; -- cgit v1.2.3