summaryrefslogtreecommitdiffstats
path: root/FFT_Test/runfft.hcc
diff options
context:
space:
mode:
Diffstat (limited to 'FFT_Test/runfft.hcc')
-rw-r--r--FFT_Test/runfft.hcc39
1 files changed, 19 insertions, 20 deletions
diff --git a/FFT_Test/runfft.hcc b/FFT_Test/runfft.hcc
index 25a019a..e54be26 100644
--- a/FFT_Test/runfft.hcc
+++ b/FFT_Test/runfft.hcc
@@ -1,23 +1,22 @@
-/****************************************************************
-* *
-* Copyright (C) 1991-2003 Celoxica Ltd. All rights reserved. *
-* *
-*****************************************************************
-* *
-* Project : PAL *
-* Date : 31 JAN 2003 *
-* File : reverb.hcc *
-* Author : Matthew Aubury (MA) *
-* Contributors: *
-* *
-* Description: *
-* Simple audio reverb. *
-* *
-* Date Version Author Reason for change *
-* *
-* 29 OCT 2002 1.00 MA Created *
-* *
-****************************************************************/
+/*! \file runfft.hcc
+ *
+ * \section generic This module will handle the audio I/O. It will ensure the
+ * audiosamples are correctly buffered and fed correctly to the FFT.\n
+ * This module will also handle the output of the modified audio samples.
+ *
+ * \section project Project information.
+ * Project Graphic Equalizer\n
+ * \author M. Lauwerijssen
+ * \date 20041110
+ * \version 0.1
+ *
+ * \section copyright Copyright
+ * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
+ *
+ * \section history Change history
+ * 20041110: M. Lauwerijssen\n Initial version
+ *
+ ********************************************************************/
#include <stdlib.hch>