1
0
Fork 0
forked from len0rd/rockbox

New plugin: FFT, A frequency analyzer plugin

There is some more work needed:
- Keymaps are definitely not perfect, touchscreen targets are disabled due to no keymap
- There is no manual yet

Author: Delyan Kratunov 
Flyspray: FS#10065



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24587 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-02-10 19:44:11 +00:00
parent fa4ab10bbb
commit 43264a946f
19 changed files with 4810 additions and 0 deletions

4
apps/plugins/fft/SOURCES Normal file
View file

@ -0,0 +1,4 @@
kiss_fft.c
kiss_fftr.c
fft.c
math.c