comparison cpp-qm-dsp/ConstantQ.h @ 29:b62bb8789b1a

Stub class
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 05 Nov 2013 08:41:00 +0000
parents
children 39dddbb78d8b
comparison
equal deleted inserted replaced
28:cf772e2d3ab0 29:b62bb8789b1a
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2
3 #ifndef CONSTANTQ_H
4 #define CONSTANTQ_H
5
6 class ConstantQ
7 {
8 public:
9 ConstantQ(double sampleRate,
10 double minFreq, double maxFreq,
11 int binsPerOctave);
12
13
14
15
16 }
17
18 #endif
19