#include <cmath>#include <spuc/spuc_defines.h>#include <spuc/complex.h>#include <spuc/fir_coeff.h>#include <spuc/remez_fir.h>#include <spuc/create_remez_lpfir.h>Include dependency graph for create_remez_lpfir.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| void | SPUC::create_remez_lpfir (fir_coeff< float_type > &remezfir, float_type pass_edge, float_type stop_edge, float_type stop_weight) |
| Calculate coefficients for lowpass FIR assuming equiripple frequency response. | |
1.4.7