23 #ifndef INCLUDED_FILTER_PM_REMEZ_H 24 #define INCLUDED_FILTER_PM_REMEZ_H 61 const std::vector<double>& bands,
62 const std::vector<double>& ampl,
63 const std::vector<double>& error_weight,
64 const std::string filter_type =
"bandpass",
65 int grid_density = 16) noexcept(false);
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
FILTER_API std::vector< double > pm_remez(int order, const std::vector< double > &bands, const std::vector< double > &l, const std::vector< double > &error_weight, const std::string filter_type="bandpass", int grid_density=16) noexcept(false)
Parks-McClellan FIR filter design using Remez algorithm.
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30