#include <gr_types.h>
#include <string>
#include <stdexcept>
Include dependency graph for gr_remez.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
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. |
|
Parks-McClellan FIR filter design. Calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges, the desired reponse on those bands, and the weight given to the error in those bands.
|