23 #ifndef INCLUDED_FILTER_PM_REMEZ_H
24 #define INCLUDED_FILTER_PM_REMEZ_H
62 const std::vector<double> &bands,
63 const std::vector<double> &l,
64 const std::vector<double> &error_weight,
65 const std::string filter_type =
"bandpass",
67 ) throw (std::runtime_error);
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)
Parks-McClellan FIR filter design using Remez algorithm.
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30