New plugin: FFT, A frequency analyzer plugin
commit55b035ca8735529081d91474532402c2925f65b0
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 10 Feb 2010 19:44:11 +0000 (10 19:44 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 10 Feb 2010 19:44:11 +0000 (10 19:44 +0000)
treed0ef77e8280819bfc23f9ef101e1374011ad6e1b
parent9bb76117f85cf6df0e3cbd1a3350d5246c887b1f
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
19 files changed:
apps/plugin.c
apps/plugin.h
apps/plugins/CATEGORIES
apps/plugins/SUBDIRS
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/fft_colors.16.bmp [new file with mode: 0644]
apps/plugins/fft/SOURCES [new file with mode: 0644]
apps/plugins/fft/_kiss_fft_guts.h [new file with mode: 0644]
apps/plugins/fft/const.h [new file with mode: 0644]
apps/plugins/fft/fft.c [new file with mode: 0644]
apps/plugins/fft/fft.make [new file with mode: 0644]
apps/plugins/fft/kiss_fft.c [new file with mode: 0644]
apps/plugins/fft/kiss_fft.h [new file with mode: 0644]
apps/plugins/fft/kiss_fftr.c [new file with mode: 0644]
apps/plugins/fft/kiss_fftr.h [new file with mode: 0644]
apps/plugins/fft/math.c [new file with mode: 0644]
apps/plugins/fft/math.h [new file with mode: 0644]
firmware/export/pcm.h
firmware/pcm.c