#include "dsp.h"
Macros | |
#define | DSP16_MUL_TO_DSP32(num1, num2) |
#define | DSP32_DIV_TO_DSP16(num1, num2) |
Functions | |
void | dsp16_filt_lpfirdesign (dsp16_t *c, int fc, int fs, int order) |
16-bit fixed point version of the low-pass FIR filter design. More... | |
void | dsp16_filt_lpfirdesign_windowed_sinc (dsp16_t *c, int fc_hz, int fs_hz, int order) |
Scilab algorithm: More... | |
#define DSP16_MUL_TO_DSP32 | ( | num1, | |
num2 | |||
) |
Referenced by dsp16_filt_lpfirdesign().
#define DSP32_DIV_TO_DSP16 | ( | num1, | |
num2 | |||
) |
Referenced by dsp16_filt_lpfirdesign().