Thu, 28 Nov 2013 11:26:53 +0000 |
Chris Cannam |
Simplify
|
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)
|