Mercurial > hg > constant-q-cpp
view 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 |
line wrap: on
line source
/* -*- 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