Mercurial > hg > constant-q-cpp
changeset 29:b62bb8789b1a
Stub class
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 05 Nov 2013 08:41:00 +0000 |
parents | cf772e2d3ab0 |
children | 39dddbb78d8b |
files | cpp-qm-dsp/ConstantQ.h |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cpp-qm-dsp/ConstantQ.h Tue Nov 05 08:41:00 2013 +0000 @@ -0,0 +1,19 @@ +/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ + +#ifndef CONSTANTQ_H +#define CONSTANTQ_H + +class ConstantQ +{ +public: + ConstantQ(double sampleRate, + double minFreq, double maxFreq, + int binsPerOctave); + + + + +} + +#endif +