Hello Brian, Synergy includes CMSIS-DSP library that implements FFT, DCT and many other transformations. Here's the reference manual: www.keil.com/.../group__group_transforms.html To use it in your code, you first need to #define ARM_MATH_CM4 and then #include "arm_math.h" in your code. Regards
↧