log dsp/chromagram/Chromagram.cpp @ 515:08bcc06c38ec tip master

age author description
Fri, 31 May 2019 18:25:31 +0100 Chris Cannam Style fixes in constant-Q: avoid unsigned, reuse our Window class, fix
Fri, 31 May 2019 11:54:32 +0100 Chris Cannam Untabify, indent, tidy
Thu, 30 May 2019 11:35:35 +0100 Chris Cannam Revise mechanism for extending chromagram to round number of octaves -
Wed, 29 May 2019 15:56:30 +0100 Chris Cannam Fix mismatch between time- and frequency-domain versions of the
Wed, 29 May 2019 14:08:43 +0100 Chris Cannam Apply fix from daschuer/mixxx:b9c6bde3 Extend the number of Q bins always to a full octave
Wed, 29 May 2019 13:55:26 +0100 Chris Cannam Apply fix from daschuer/mixxx:957aed58 : Use double precision for FS
Mon, 28 Sep 2015 12:33:17 +0100 Chris Cannam Fix compiler warnings with -Wall -Wextra
Wed, 02 Oct 2013 15:04:38 +0100 Chris Cannam Tidy real-to-complex FFT -- forward and inverse have different arguments, so make them separate functions; document pvoc
Mon, 13 Dec 2010 14:55:28 +0000 Chris Cannam * Add GPL and README; some tidying
Fri, 05 Jun 2009 15:12:39 +0000 cannam * Key detector: when returning key strengths, use the peak value of the
Wed, 13 May 2009 09:19:12 +0000 cannam * Refactor FFT a little bit so as to separate construction and processing
Thu, 04 Dec 2008 11:59:29 +0000 cannam * Do not calculate CQ sparse kernel when chromagram is constructed: only
Tue, 22 Jan 2008 17:27:07 +0000 cannam * Add range of normalise options to chromagram
Fri, 18 Jan 2008 17:57:40 +0000 cannam * Add windowing to Chromagram input
Wed, 09 Jan 2008 10:31:29 +0000 cannam * Move dsp/maths to maths ; bring PCA and HMM across from Soundbite