SPUC  3.0
Namespaces | Functions
create_remez_lpfir.cpp File Reference
#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

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

void SPUC::create_remez_lpfir (fir_coeff< float_type > &remezfir, float_type pass_edge, float_type stop_edge, float_type stop_weight)
 calculates the coefficients for lowpass FIR based on Remez constraints More...