log plugins/AdaptiveSpectrogram.h @ 266:d04675d44928 tip master

age author description
Thu, 30 Jan 2014 10:04:06 +0000 Chris Cannam Add decimation factor to adaptive spectrogram
Mon, 21 Oct 2013 12:02:51 +0100 Chris Cannam Update for new DetectionFunction api
Mon, 13 Dec 2010 14:03:46 +0000 Chris Cannam * Add GPL
Thu, 21 May 2009 16:40:24 +0000 Chris Cannam * Add "coarse" option
Wed, 20 May 2009 08:52:11 +0000 Chris Cannam * pass allocator through to sub-cuts (duh)
Thu, 14 May 2009 12:45:27 +0000 Chris Cannam * Update to use BlockAllocator, and a few other bits & pieces
Wed, 13 May 2009 17:41:41 +0000 Chris Cannam * tidy, make threading a parameter, fix offset error in fft input
Wed, 13 May 2009 13:32:43 +0000 Chris Cannam ...
Wed, 13 May 2009 11:23:00 +0000 Chris Cannam * Use a Window object instead of working it out "by hand"
Wed, 13 May 2009 09:19:30 +0000 Chris Cannam * Update to new FFT api
Tue, 12 May 2009 21:05:44 +0000 Chris Cannam * Switch CutThread to AsynchronousTask; introduce FFTThread as well and
Tue, 12 May 2009 17:57:41 +0000 Chris Cannam * first crack at threading cut code
Tue, 12 May 2009 12:01:23 +0000 Chris Cannam * Remove old implementation
Mon, 27 Apr 2009 15:30:05 +0000 Chris Cannam * some experiments in working from the original paper for the adaptive
Mon, 27 Apr 2009 08:33:23 +0000 Chris Cannam * some (not entirely successful) experiments
Fri, 27 Feb 2009 10:45:10 +0000 Chris Cannam * Add the Adaptive Spectrogram plugin -- but it isn't working correctly