log

age author description
Thu, 28 Nov 2013 11:19:55 +0000 Chris Cannam Further latency adjustment
Thu, 28 Nov 2013 11:00:33 +0000 Chris Cannam Remove debug out
Thu, 28 Nov 2013 10:58:02 +0000 Chris Cannam We shouldn't need to compensate for max(latency)+max(drop) but for max(latency+drop); also the padding can be rounded to hop rather than fft size I think?
Thu, 28 Nov 2013 10:24:57 +0000 Chris Cannam Towards handling the hop alignment (which in the MATLAB is handled on output) at the input end
Wed, 27 Nov 2013 14:14:10 +0000 Chris Cannam concat (map ... ) -> concatMap
Fri, 22 Nov 2013 17:56:20 +0000 Chris Cannam Make additional latency at start a multiple of the big blocksize
Fri, 22 Nov 2013 14:47:41 +0000 Chris Cannam Start to address some padding and latency issues
Thu, 21 Nov 2013 17:04:19 +0000 Chris Cannam Some work on alignment
Wed, 20 Nov 2013 21:39:42 +0000 Chris Cannam Update to revised api
Wed, 20 Nov 2013 14:25:54 +0000 Chris Cannam Use revised framer api
Tue, 19 Nov 2013 19:27:45 +0000 Chris Cannam More debug testing
Tue, 19 Nov 2013 14:37:23 +0000 Chris Cannam Return bin frequencies, for reference; some padding
Mon, 18 Nov 2013 17:11:47 +0000 Chris Cannam Use mat.print
Mon, 18 Nov 2013 16:30:38 +0000 Chris Cannam Adjust test case to match matlab example on wiki; print out results
Thu, 07 Nov 2013 11:55:10 +0000 Chris Cannam Pull out test program
Wed, 06 Nov 2013 16:21:28 +0000 Chris Cannam Get remaining blocks from end of processing; fix some compile warnings, etc
Wed, 06 Nov 2013 14:30:42 +0000 Chris Cannam Add Vamp plugin for testing with
Wed, 06 Nov 2013 14:30:19 +0000 Chris Cannam More on reconstructing CQ shape. This is not always correct yet, though
Wed, 06 Nov 2013 09:09:55 +0000 Chris Cannam Delete the kernel!
Wed, 06 Nov 2013 08:10:33 +0000 Chris Cannam Much of the actual CQ processing logic
Tue, 05 Nov 2013 16:58:18 +0000 Chris Cannam Don't forget top octave in buffer list
Tue, 05 Nov 2013 16:44:12 +0000 Chris Cannam Start on CQ process implementation
Tue, 05 Nov 2013 08:41:00 +0000 Chris Cannam Stub class
Mon, 04 Nov 2013 18:56:23 +0000 Chris Cannam Ah, the code was right, the test was wrong
Mon, 04 Nov 2013 18:17:26 +0000 Chris Cannam Almost finish normalising kernel and storing it sparsely
Mon, 04 Nov 2013 17:51:27 +0000 Chris Cannam Minor updates
Mon, 04 Nov 2013 14:20:29 +0000 Chris Cannam bf -> vec, matrix concat rename
Mon, 04 Nov 2013 10:54:49 +0000 Chris Cannam Keep the kernel dense for the moment, and use std::complex
Fri, 01 Nov 2013 17:58:39 +0000 Chris Cannam Fix frequency calculation in cpp, and some diagnostics
Fri, 01 Nov 2013 16:13:22 +0000 Chris Cannam Calculate (so far unnormalised) CQ kernel
Wed, 30 Oct 2013 18:26:04 +0000 Chris Cannam Restore reshape into atom columns; drop atoms for alignment (not working, we may be compensating in the wrong direction)
Wed, 30 Oct 2013 17:29:14 +0000 Chris Cannam Return only the actual results (i.e. space with zeros rather than duplicates)
Wed, 30 Oct 2013 16:31:25 +0000 Chris Cannam Build assembled blocks
Wed, 30 Oct 2013 10:51:23 +0000 Chris Cannam More on assembling blocks
Wed, 30 Oct 2013 10:20:55 +0000 Chris Cannam Start trying to assemble blocks as they arrive
Wed, 30 Oct 2013 09:06:52 +0000 Chris Cannam Print out results (to go to file to load into e.g. SV)
Tue, 29 Oct 2013 16:55:55 +0000 Chris Cannam Towards shuffling the cq cells into the right arrangement for return
Mon, 28 Oct 2013 18:23:43 +0000 Chris Cannam Reshape result vectors
Mon, 28 Oct 2013 17:16:55 +0000 Chris Cannam Comments
Fri, 25 Oct 2013 17:39:35 +0100 Chris Cannam Return the atom count & spacing as well
Fri, 25 Oct 2013 17:39:28 +0100 Chris Cannam Comments
Fri, 25 Oct 2013 16:57:04 +0100 Chris Cannam Start on code to apply the transform
Fri, 25 Oct 2013 16:56:46 +0100 Chris Cannam Make into a function!
Fri, 25 Oct 2013 14:38:17 +0100 Chris Cannam Normalisation -- now it *really* matches the toolbox
Fri, 25 Oct 2013 12:49:04 +0100 Chris Cannam Use symmetric window -- kernel now matches the MATLAB one
Fri, 25 Oct 2013 11:53:28 +0100 Chris Cannam Sparse etc
Thu, 24 Oct 2013 18:53:41 +0100 Chris Cannam Return sparse complex matrix
Thu, 24 Oct 2013 15:09:38 +0100 Chris Cannam Minor fixes
Thu, 24 Oct 2013 14:43:36 +0100 Chris Cannam Generate the actual kernels
Thu, 24 Oct 2013 11:18:18 +0100 Chris Cannam Another minor few sums...
Wed, 23 Oct 2013 17:31:04 +0100 Chris Cannam Initial kernel parameters
Wed, 23 Oct 2013 14:36:52 +0100 Chris Cannam Directory structure, paper, matlab etc