diff options
Diffstat (limited to 'gr-uhd/lib/uhd_single_usrp_source.h')
-rw-r--r-- | gr-uhd/lib/uhd_single_usrp_source.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_single_usrp_source.h b/gr-uhd/lib/uhd_single_usrp_source.h index c323fbd7e..1b71d2ad5 100644 --- a/gr-uhd/lib/uhd_single_usrp_source.h +++ b/gr-uhd/lib/uhd_single_usrp_source.h @@ -111,6 +111,12 @@ public: virtual std::vector<std::string> get_antennas(size_t chan = 0) = 0; /*! + * Set the subdevice bandpass filter. + * \param bandwidth the filter bandwidth in Hz + */ + virtual void set_bandwidth(double bandwidth, size_t chan = 0) = 0; + + /*! * Set the clock configuration. * \param clock_config the new configuration */ |