annotate params.h @ 9:a1539d4e3b08

* Tidy code, start doc
author Chris Cannam
date Sat, 12 Jun 2010 13:08:33 +0100
parents
children 12e563f9df51
rev   line source
Chris@9 1
Chris@9 2 #ifndef _PARAMS_H_
Chris@9 3 #define _PARAMS_H_
Chris@9 4
Chris@9 5 #define FFTSIZE 2048
Chris@9 6 #define WINSIZE 1024
Chris@9 7 #define FILTERSECS 4.0
Chris@9 8
Chris@9 9 #endif