annotate 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
rev   line source
c@65 1
c@65 2 module test_cqtkernel;
c@65 3
c@65 4 cm = load may.matrix.complex;
c@65 5
c@65 6 { makeKernel } = load cqtkernel;
c@65 7
c@65 8 [
c@65 9
c@65 10 "minimal": \(
c@65 11 k = makeKernel { sampleRate = 16, maxFreq = 8, binsPerOctave = 4 };
c@65 12 print k;
c@65 13 cm.print k.kernel;
c@68 14 false;
c@65 15 ),
c@65 16
c@65 17 ] is hash<string, () -> boolean>
c@65 18