view cpp-qm-dsp/test.cpp @ 28:cf772e2d3ab0

Ah, the code was right, the test was wrong
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 04 Nov 2013 18:56:23 +0000
parents 4f2f28d5df58
children 39dddbb78d8b
line wrap: on
line source

#include "CQKernel.h"

#include <iostream>

int main(int argc, char **argv)
{
    CQKernel k(48000, 24000, 24);

    std::cerr << "Q = " << k.getProperties().Q << std::endl;

}