}
#define DSP_Q_MAX(a, b)
Return the maximal value of a fixed-point Qa.b typed number.
Definition: dsp_types.h:258
#define DSP_Q_MIN(a, b)
Return the minimal value of a fixed-point Qa.b typed number.
Definition: dsp_types.h:262
signed long long int S64
64-bit signed integer.
Definition: compiler.h:221
dsp32_t__ dsp32_t
32-bit signed fixed point type optimized for 32-bit or lower microcontrollers
Definition: dsp_types.h:201
A_ALIGNED dsp32_t vect3[VECT3_SIZE]
Second input signal.
Definition: convolution_example.c:157
A_ALIGNED dsp32_t vect2[VECT2_SIZE]
First input signal.
Definition: convolution_example.c:89
A_ALIGNED dsp32_t vect1[VECT2_SIZE+2 *(VECT3_SIZE-1)+4]
The output buffer.
Definition: convolution_example.c:86