88 #ifndef ALGOLIB_LIBRARIES_FILTER_INCLUDE_FILTER_H_ 89 #define ALGOLIB_LIBRARIES_FILTER_INCLUDE_FILTER_H_ 94 #include <ti/iqmath/include/IQmathLib.h> 105 void filter(int32_t *filtOut, int32_t filtIn, int32_t filtConst);
112 void filter_mathacl(int32_t *filtOut, int32_t filtIn, int32_t filtConst);
void filter(int32_t *filtOut, int32_t filtIn, int32_t filtConst)
filter Run
Definition: filter.c:78
Library of IQMath operations.
void filter_mathacl(int32_t *filtOut, int32_t filtIn, int32_t filtConst)
filter with mathacl Run
Definition: filter.c:84