Microchip® Advanced Software Framework

gen_diraccomb.c File Reference
#include "dsp.h"

Macros

#define MIN(x, y)   (((x) < (y))?(x):(y))
 

Functions

void dsp16_gen_dcomb (dsp16_t *vect1, int size, int f, int fs, dsp16_t delay)
 16-bit fixed point version of the dirac comb signal generation. More...
 
void dsp32_gen_dcomb (dsp32_t *vect1, int size, int f, int fs, dsp32_t delay)
 32-bit fixed point version of the dirac comb signal generation. More...
 

#define MIN (   x,
  y 
)    (((x) < (y))?(x):(y))

Referenced by dsp16_gen_dcomb(), and dsp32_gen_dcomb().