Macros | Functions
remez.h File Reference
#include <stdlib.h>
#include <stdio.h>

Macros

#define RDEBUG   0
 
#define BANDPASS   1
 
#define DIFFERENTIATOR   2
 
#define HILBERT   3
 
#define NEGATIVE   0
 
#define POSITIVE   1
 
#define Pi   3.1415926535897932
 
#define Pi2   6.2831853071795865
 
#define GRIDDENSITY   16
 
#define MAXITERATIONS   40
 

Functions

int remez (double h[], int numtaps, int numband, double bands[], double des[], double weight[], int type)
 

Macro Definition Documentation

#define BANDPASS   1
#define DIFFERENTIATOR   2
#define GRIDDENSITY   16
#define HILBERT   3
#define MAXITERATIONS   40
#define NEGATIVE   0
#define Pi   3.1415926535897932
#define Pi2   6.2831853071795865
#define POSITIVE   1
#define RDEBUG   0

Function Documentation

int remez ( double  h[],
int  numtaps,
int  numband,
double  bands[],
double  des[],
double  weight[],
int  type 
)