log dsp/transforms/FFT.cpp @ 515:08bcc06c38ec tip master

age author description
Thu, 08 Feb 2018 15:41:27 +0000 Chris Cannam Merge from branch msvc
Mon, 05 Feb 2018 17:40:13 +0000 Chris Cannam Rename FFT back again, now we have our own project msvc
Mon, 23 Feb 2015 10:43:01 +0000 Chris Cannam Comments
Fri, 09 May 2014 14:35:46 +0100 Chris Cannam Fix overrun in reading inverse complex-to-real FFT input (contrary to docs)
Tue, 15 Oct 2013 18:26:38 +0100 Chris Cannam Add forwardMagnitude kissfft
Tue, 15 Oct 2013 11:38:18 +0100 Chris Cannam Drop in kissfft to replace the "old" fft, and add tests for newly-supported sizes kissfft
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
Mon, 08 Jun 2009 12:30:20 +0000 cannam * A few fixes prompted by vamp-plugin-tester
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 17:41:10 +0000 cannam * minor
Wed, 13 May 2009 10:45:54 +0000 cannam * wire up KissFFT implementation
Wed, 13 May 2009 09:19:12 +0000 cannam * Refactor FFT a little bit so as to separate construction and processing
Tue, 10 Feb 2009 16:37:11 +0000 cannam * Various fixes related to the bar estimator code
Fri, 18 Jan 2008 13:24:12 +0000 cannam * Make MFCC able to accept already-FFT'd input, and simplify API a bit