100 #ifndef ARM_MATH_CM0_FAMILY 118 memset(pState, 0, (numTaps + (blockSize)) *
sizeof(
q15_t));
139 memset(pState, 0, (numTaps + (blockSize - 1u)) *
sizeof(
q15_t));
Instance structure for the Q15 FIR filter.
int16_t q15_t
16-bit fractional data type in 1.15 format.
arm_status arm_fir_init_q15(arm_fir_instance_q15 *S, uint16_t numTaps, q15_t *pCoeffs, q15_t *pState, uint32_t blockSize)
Initialization function for the Q15 FIR filter.
arm_status
Error status returned by some functions in the library.