Mercurial > hg > x
diff fft.h @ 5:5f3c32dc6e17
* Adjust comment syntax to permit Doxygen to generate HTML documentation; add Doxyfile
author | Chris Cannam |
---|---|
date | Wed, 06 Oct 2010 15:19:49 +0100 |
parents | 6422640a802f |
children | 977f541d6683 |
line wrap: on
line diff
--- a/fft.h Tue Oct 05 17:03:27 2010 +0100 +++ b/fft.h Wed Oct 06 15:19:49 2010 +0100 @@ -1,8 +1,8 @@ #ifndef fftH #define fftH -/* - fft.cpp - fast Fourier and cosine transforms +/** + \file fft.h - fast Fourier and cosine transforms Arguments of the function in this unit roughly follow the following rules: Wid : size of transform @@ -24,7 +24,7 @@ #include "align8.h" //--------------------------------------------------------------------------- -/* +/** macro AllocateFFTBuffer: allocates FFT buffers X and W of given length with an extra LDATA buffer the right size for hosting such arrays as the standard-size window function or output amplitude spectrum.