RebelTechnology / OwlProgram

SDK for building dynamically loaded OWL patches
GNU General Public License v3.0
29 stars 20 forks source link

Complex FFT #7

Closed pingdynasty closed 3 years ago

pingdynasty commented 9 years ago

Create a ComplexFourierTransform class that calls arm_cfft_f32, as per ComplexFourierTestPatch

giuliomoro commented 9 years ago

Class implemented, arm_cfft_f32 is rather slow, taking up to 40% of the CPU time at 128 samples for an fft + ifft.

TODO:

pingdynasty commented 3 years ago

done