view yeti/test_cqtkernel.yeti @ 65:bb1799a6d690

Pull out tests
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 14 Feb 2014 11:55:03 +0000
parents
children b75c0eaaa6dd
line wrap: on
line source

module test_cqtkernel;

cm = load may.matrix.complex;

{ makeKernel } = load cqtkernel;

[

"minimal": \(
    k = makeKernel { sampleRate = 16, maxFreq = 8, binsPerOctave = 4 };
print k;
cm.print k.kernel;
true;
),

] is hash<string, () -> boolean>