Hi,
I want to find frequency, average value and peak value of AC waveform from A/D channel.
Are there FFT libray or example code for S9KEAZN16?
Thank you
Hi, Hong,
This is the link of the Automotive Math and Motor Control Library Set for KEAx devices.
Real Time Control Embedded Software Motor Control and Power Conversion Libraries|NXP
As you can see that it does not support FFT.
As Mark said that the CMSIS library supports FFT.
Hope it can help you
BR
Xiangjun Rong
Thank you for your help.
Thank you for your reply.
Hi
Try the ARM CMSIS DSP libray, including FFT examples.
http://www.utasker.com/docs/uTasker/uTasker_DSP.pdf
Eg. of real-time FFT:https://www.youtube.com/watch?v=n-GABeILGV8&feature=youtu.be
Regards
Mark
Thank you for your reply.