diff options
Diffstat (limited to 'mpm/include')
-rw-r--r-- | mpm/include/mpm/ad937x/ad937x_ctrl.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mpm/include/mpm/ad937x/ad937x_ctrl.hpp b/mpm/include/mpm/ad937x/ad937x_ctrl.hpp index 787bc41b5..936655405 100644 --- a/mpm/include/mpm/ad937x/ad937x_ctrl.hpp +++ b/mpm/include/mpm/ad937x/ad937x_ctrl.hpp @@ -184,7 +184,12 @@ public: */ virtual std::string get_arm_version() = 0; - //! set the BW filter for the frontend which + /*! \brief set the BW filter for the frontend which + * + * \param which frontend string (rx, tx, dx) + * \param value target rf bandwidth value + * return actual rf bandwidth value + */ virtual double set_bw_filter(const std::string& which, const double value) = 0; /*! \brief set the gain for the frontend which |