summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/fft.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-12-08 11:46:35 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-12-08 11:46:35 (GMT)
commit2ff650aef0c77a560e292506970f4d0994a0605c (patch)
treee33e606374a238196b0f82acdd568974ce1bbf79 /Graphic_Equalizer/include/fft.hch
parent06c553d3de4608e60343c90cc13eefb51252b971 (diff)
downloadTASS-2ff650aef0c77a560e292506970f4d0994a0605c.zip
TASS-2ff650aef0c77a560e292506970f4d0994a0605c.tar.gz
TASS-2ff650aef0c77a560e292506970f4d0994a0605c.tar.bz2
Moved FFT specific configuration here.
Diffstat (limited to 'Graphic_Equalizer/include/fft.hch')
-rw-r--r--Graphic_Equalizer/include/fft.hch4
1 files changed, 4 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/fft.hch b/Graphic_Equalizer/include/fft.hch
index 0d2399b..635ea7b 100644
--- a/Graphic_Equalizer/include/fft.hch
+++ b/Graphic_Equalizer/include/fft.hch
@@ -1,3 +1,7 @@
+#define NUMBER_OF_COLUMNS 8
+#define NUMBER_OF_POINTS (1<<NUMBER_OF_COLUMNS)
+#define NUMBER_OF_FREQUENCIES (NUMBER_OF_POINTS>>1)
+
#if HARDWARE_MULTIPLY
/*
* This routine obtains the audio data from the audio I/O component and copies this