log data/model/FFTModel.h @ 1886:f803d3c33f76 tip

age author description
Thu, 09 Apr 2020 11:22:55 +0100 Chris Cannam Unify various vectors to our base floatvec_t type; store columns in fft model cache at their desired height so we can return a reference (speeding up the peak-frequency spectrogram in particular)
Fri, 03 Apr 2020 17:11:05 +0100 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
Fri, 10 Jan 2020 14:29:54 +0000 Chris Cannam Add optional ability to write a header on delimited data output, & to write times in frames
Wed, 25 Sep 2019 09:43:34 +0100 Chris Cannam Some tidying time-frequency-boxes
Tue, 17 Sep 2019 11:21:33 +0100 Chris Cannam More graceful handling of failure to construct FFT models in the case where the source model has already been deleted before this occurs
Thu, 12 Sep 2019 11:52:19 +0100 Chris Cannam Support optional max frequency setting, useful when we want to store caches of very constrained frequency ranges (as in melodic-range spectrogram, potentially)
Tue, 02 Jul 2019 11:49:28 +0100 Chris Cannam Update FFT model to ById by-id
Wed, 19 Jun 2019 13:32:52 +0100 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
Thu, 28 Mar 2019 16:03:36 +0000 Chris Cannam Re-add the toDelimitedDataString stuff single-point
Mon, 26 Nov 2018 13:48:45 +0000 Chris Cannam Use override throughout fix-static-analysis
Tue, 13 Nov 2018 13:29:37 +0000 Chris Cannam Further adjustments to peak picking, to try to avoid a surfeit of peaks in the higher frequencies spectrogramparam
Thu, 26 Jan 2017 14:11:20 +0000 Chris Cannam Reduce amount of copying in FFTModel
Tue, 13 Dec 2016 15:23:21 +0000 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
Mon, 21 Nov 2016 15:05:57 +0000 Chris Cannam Branch to use bqfft code and remove FFTapi bqfft