#include <gnuradio/filter/api.h>
#include <gnuradio/types.h>
#include <stdexcept>
#include <string>
Go to the source code of this file.
|
| gr |
| GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
|
|
| gr::filter |
|
|
FILTER_API std::vector< double > | gr::filter::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. More...
|
|