GNU Radio 3.6.5 C++ API
|
Go to the source code of this file.
Functions | |
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) throw (std::runtime_error) |
Parks-McClellan FIR filter design. |