Mercurial > hg > constant-q-cpp
view cpp-qm-dsp/test.cpp @ 30:39dddbb78d8b
Start on CQ process implementation
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 05 Nov 2013 16:44:12 +0000 |
parents | 4f2f28d5df58 |
children | 01a3e110bf8d |
line wrap: on
line source
#include "ConstantQ.h" #include <iostream> int main(int argc, char **argv) { ConstantQ k(48000, 50, 24000, 24); }