SPUC  3.0
Namespaces | Functions
create_remez_lpfir.h File Reference

Calculate coefficients for lowpass FIR assuming equiripple frequency response. More...

#include <spuc/spuc_types.h>
#include <spuc/fir_coeff.h>
Include dependency graph for create_remez_lpfir.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Calculate coefficients for lowpass FIR assuming equiripple frequency response.