11 #ifndef INCLUDED_FILTER_PM_REMEZ_H
12 #define INCLUDED_FILTER_PM_REMEZ_H
49 const std::vector<double>& bands,
50 const std::vector<double>& ampl,
51 const std::vector<double>& error_weight,
52 const std::string filter_type =
"bandpass",
53 int grid_density = 16) noexcept(false);
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
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.
GNU Radio logging wrapper.
Definition: basic_block.h:29