23 #ifndef INCLUDED_GR_REMEZ_H
24 #define INCLUDED_GR_REMEZ_H
57 const std::vector<double> &bands,
58 const std::vector<double> &l,
59 const std::vector<double> &error_weight,
60 const std::string filter_type =
"bandpass",
62 ) throw (std::runtime_error);
GR_CORE_API std::vector< double > gr_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.
#define GR_CORE_API
Definition: gr_core_api.h:30