view yeti/test_cqtkernel.yeti @ 68:b75c0eaaa6dd

Allow wrong max in alternate columns where expected max would be in lower octave (which is not present)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 03 Mar 2014 08:32:45 +0000
parents bb1799a6d690
children 27007f8302f4
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;
false;
),

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