sipeed / Maixduino

Arduino port on Maix board ( k210 )
https://maixduino.sipeed.com
Other
214 stars 93 forks source link

any FFT acceleration (hardcore FFT in APU or FFT accelerator) #24

Open mzy2240 opened 5 years ago

mzy2240 commented 5 years ago

Maix has two ways to accelerate the FFT process, using the APU or the individual FFT accelerator. Is it possible to use any of these sources with Maixduino?

bitsk commented 5 years ago

In fact, you can use these functions by calling functions in sdk, only need #include "fft.h" or other interfaces provided in sdk. We have recently used Class to encapsulate these peripheral libraries. It will be simple and easy to understand in the Arduino style API. If you have any good ideas or what features you need, please let us know.