GNU Radio 3.7.3 C++ API
pm_remez.h File Reference
#include <gnuradio/filter/api.h>
#include <gnuradio/types.h>
#include <string>
#include <stdexcept>
Include dependency graph for pm_remez.h:

Go to the source code of this file.

Namespaces

 gr
 Include this header to use the message passing features.
 
 gr::filter
 

Functions

FILTER_API std::vector< double > gr::filter::pm_remez (int order, const std::vector< double > &bands, const std::vector< double > &ampl, const std::vector< double > &error_weight, const std::string filter_type="bandpass", int grid_density=16) throw (std::runtime_error)
 Parks-McClellan FIR filter design using Remez algorithm. More...