summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/fft.hcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Since we 'swapped' our true/falseness of our drawing routine, this can ↵Oliver Schinagl2005-01-061-1/+1
| | | | return to it's original state. Shame on us for even concider changing it.
* Modified commentsMarcel Lauwerijssen2004-12-221-0/+2
|
* Modified commentMarcel Lauwerijssen2004-12-211-19/+25
|
* New branch used to add new features.Oliver Schinagl2004-12-091-0/+505
|
* Added defines makeing it possible to split the application in various parts ↵Oliver Schinagl2004-12-091-505/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)
* Added cost of function.Oliver Schinagl2004-12-091-3/+3
|
* Moved FFT specific define here instead of the configuration file.Oliver Schinagl2004-12-081-1/+10
| | | | Added include ifdef around debug as it shouldn't always be included.
* (no commit message)Marcel Lauwerijssen2004-11-291-4/+4
|
* Updated doxygen tagsMarcel Lauwerijssen2004-11-291-77/+75
|
* removed a bug and some par's that seem to be bothering us.Oliver Schinagl2004-11-241-10/+2
|
* Modified calculate_FFT() commentsMarcel Lauwerijssen2004-11-231-1/+1
|
* Added comment throughout the entire FFT.hcc fileMarcel Lauwerijssen2004-11-221-31/+96
| | | | Optimized the equalize_audio function.
* made fft store unsigned.Oliver Schinagl2004-11-221-4/+4
| | | | changed logaritmic display around.
* Attempt to add Spectrum Analasys.Oliver Schinagl2004-11-161-1/+1
|
* Merged FFT into Graphic Equalizer.Oliver Schinagl2004-11-161-53/+40
|
* Added fft filesOliver Schinagl2004-11-111-0/+454
fixed some issues, included equalizer.