comparison params.h @ 9:a1539d4e3b08

* Tidy code, start doc
author Chris Cannam
date Sat, 12 Jun 2010 13:08:33 +0100
parents
children 12e563f9df51
comparison
equal deleted inserted replaced
8:e15ebd222c63 9:a1539d4e3b08
1
2 #ifndef _PARAMS_H_
3 #define _PARAMS_H_
4
5 #define FFTSIZE 2048
6 #define WINSIZE 1024
7 #define FILTERSECS 4.0
8
9 #endif