Frequency Analysis

I’m looking for a way to implement a FFT on the imp.

Ideally, I would like to use the CMSIS-DSP functions on the Cortex-M3.
On Teensy it was just a matter of including arm_math.h.

Is there any way to achieve that on the imp, or any other recommended way to do sound/frequency analysis?

Thanks in advance!