diff options
Diffstat (limited to 'usrp2/host/include')
-rw-r--r-- | usrp2/host/include/usrp2/usrp2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index 9a1b8b549..9fc168791 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -132,6 +132,9 @@ namespace usrp2 { */ bool set_rx_decim(int decimation_factor); + //! Return current decimation factor + int rx_decim(); + /*! * Set receiver IQ magnitude scaling */ @@ -214,6 +217,9 @@ namespace usrp2 { */ bool set_tx_interp(int interpolation_factor); + //! Return current interpolation factor + int tx_interp(); + /*! * Set transmit IQ magnitude scaling */ |