-->
Page 1 of 2

FFT or FHT on ESP8266

PostPosted: Sun Oct 02, 2016 2:48 am
by TimoStroehlein
Hi,

my first day in this fantatastic forum.
I searched already this forum about FFT or FHT implementations running on ESP8266. Nothing found.

Has somebody ported or tested the Arduino FFT.h or FHT.h libraries running on ESP8266?
For your reference:
- http://wiki.openmusiclabs.com/wiki/ArduinoFHT (Fast Hartley Transform)
- http://wiki.openmusiclabs.com/wiki/ArduinoFFT (Fast Fourier Transform)

Has somebody implemented a algorithm to convert time domain samples into the frequency domain?
Can somebody point me to C-Code algorithms running on ESP8266?

TX,
Timo

Re: FFT or FHT on ESP8266

PostPosted: Tue Nov 01, 2016 12:35 pm
by Rich04096
I tried. The "Openmusiclabs" code is partly in assembler. Seems to be incompatible with ESP. Not supprised. Looking for an all C++ FFT or FHT.

Re: FFT or FHT on ESP8266

PostPosted: Thu Nov 03, 2016 7:29 am
by Rich04096
This version will compile for ESP

https://github.com/kosme/arduinoFFT

Re: FFT or FHT on ESP8266

PostPosted: Fri Dec 30, 2016 2:45 pm
by PranavGulati
hi guys i needed the solution to this as well, found arduinoFFT (https://github.com/kosme/arduinoFFT) little helpful but i'm not able to understand how the developer presents the final FFT output. If any of you guys could figure it out please help :-)