1234567891011121314151617181920212223242526272829303132333435 |
-
-
- #ifndef _ARM_COMMON_TABLES_H
- #define _ARM_COMMON_TABLES_H
-
- #include "arm_math.h"
-
- extern uint16_t armBitRevTable[256];
- extern q15_t armRecipTableQ15[64];
- extern q31_t armRecipTableQ31[64];
- extern const q31_t realCoefAQ31[1024];
- extern const q31_t realCoefBQ31[1024];
-
- #endif
|