#include <uhd/types/filters.hpp>
|  | 
|  | digital_filter_base (filter_type type, bool bypass, size_t position_index, double rate, uint32_t interpolation, uint32_t decimation, tap_t tap_full_scale, uint32_t max_num_taps, const std::vector< tap_t > &taps) | 
|  | 
| UHD_INLINE double | get_output_rate () | 
|  | 
| UHD_INLINE double | get_input_rate () | 
|  | 
| UHD_INLINE uint32_t | get_interpolation () | 
|  | 
| UHD_INLINE uint32_t | get_decimation () | 
|  | 
| UHD_INLINE uint32_t | get_tap_full_scale () | 
|  | 
| UHD_INLINE std::vector< tap_t > & | get_taps () | 
|  | 
| std::string | to_pp_string () override | 
|  | 
|  | filter_info_base (filter_type type, bool bypass, size_t position_index) | 
|  | 
| virtual UHD_INLINE bool | is_bypassed () | 
|  | 
| UHD_INLINE filter_type | get_type () | 
|  | 
| virtual | ~filter_info_base () | 
|  | 
◆ sptr
◆ digital_filter_base()
template<typename tap_t> 
  
  | 
        
          | uhd::digital_filter_base< tap_t >::digital_filter_base | ( | filter_type | type, |  
          |  |  | bool | bypass, |  
          |  |  | size_t | position_index, |  
          |  |  | double | rate, |  
          |  |  | uint32_t | interpolation, |  
          |  |  | uint32_t | decimation, |  
          |  |  | tap_t | tap_full_scale, |  
          |  |  | uint32_t | max_num_taps, |  
          |  |  | const std::vector< tap_t > & | taps ) |  | inline | 
 
 
◆ get_decimation()
◆ get_input_rate()
◆ get_interpolation()
◆ get_output_rate()
◆ get_tap_full_scale()
◆ get_taps()
◆ to_pp_string()
◆ _decimation
◆ _interpolation
◆ _max_num_taps
◆ _rate
◆ _tap_full_scale
◆ _taps
The documentation for this class was generated from the following file: