#include <math.h>
#include <spuc.h>
#include <complex.h>
#include <fir.h>
#include <remez_fir.h>
Include dependency graph for create_remez_lpfir.cpp:
Namespaces | |
namespace | SPUC |
Functions | |
void | SPUC::create_remez_lpfir (fir< double > &remezfir, double *edge, double *fx, double *wtx) |
calculates the coefficients for lowpass FIR based on Remez constraints |