GNU Radio 3.6.5 C++ API
|
#include <filter/api.h>
#include <gr_types.h>
#include <string>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | gr |
namespace | gr::filter |
Functions | |
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) throw (std::runtime_error) |
Parks-McClellan FIR filter design using Remez algorithm. |