This file contains the code of the IIR filter.
Definition in file filt_dsp16_iirpart.c.
#include "dsp.h"
Go to the source code of this file.
Functions | |
void | dsp16_filt_iirpart (dsp16_t *y, dsp16_t *x, int size, dsp16_t *num, int num_size, dsp16_t *den, int den_size, int num_prediv, int den_prediv) |
16 bits fixed point version of the IIR . |