Mercurial > hg > constant-q-cpp
diff yeti/cqt.yeti @ 44:337d3b324c75
Some work on alignment
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 21 Nov 2013 17:04:19 +0000 |
parents | f5bd00c97de3 |
children | 3d6397e43671 |
line wrap: on
line diff
--- a/yeti/cqt.yeti Wed Nov 20 21:39:42 2013 +0000 +++ b/yeti/cqt.yeti Thu Nov 21 17:04:19 2013 +0000 @@ -87,7 +87,7 @@ // Reshape each row vector into the appropriate rectangular matrix // and split into single-atom columns - emptyHops = kdata.firstCentre / kdata.atomSpacing; + emptyHops = kdata.firstCentre / kdata.atomSpacing; //!!! int? round? maxDrop = emptyHops * (pow 2 (octaves-1)) - emptyHops; eprintln "maxDrop = \(maxDrop)";