On my raspberry pi I'm using Windows IoT. I have an app which receives vibration measurement data from a digital input of an arduino device. I'm reading the data from a serial port on the pi.
Now I want to calculate the frequency of the measured vibration signal. Is there any standard FFT library to do that? Do I have to consider anything regarding to use Windows IoT / UWP?