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) throw(
std::runtime_error);
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
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.
Include this header to use the message passing features.
Definition: basic_block.h:45