log data/model/FFTModel.h @ 1591:6e68bd92ee21 bqaudiostream

age author description
2018-11-13 Chris Cannam Further adjustments to peak picking, to try to avoid a surfeit of peaks in the higher frequencies spectrogramparam
2017-01-26 Chris Cannam Reduce amount of copying in FFTModel
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2016-11-21 Chris Cannam Branch to use bqfft code and remove FFTapi bqfft
2016-08-04 Chris Cannam Restore phase display spectrogram-minor-refactor
2016-07-13 Chris Cannam Create, but don't yet use, a renderer in the colour 3d plot layer spectrogram-minor-refactor
2016-06-13 Chris Cannam Mid-refactor to pull out the bulk of paintDrawBuffer into chunks spectrogram-minor-refactor
2016-02-04 Chris Cannam Merge from branch "tony-2.0-integration" 3.0-integration
2016-01-22 Chris Cannam Tidy a bit 3.0-integration
2015-10-20 Chris Cannam Return maximum through getNormalizedMagnitudesAt to avoid having to make more than one call tony-2.0-integration
2015-06-15 Chris Cannam Smooth signal flow through from file to fft model simple-fft-model
2015-06-13 Chris Cannam Fix to fft cache simple-fft-model
2015-06-12 Chris Cannam A small cache for source samples simple-fft-model
2015-06-12 Chris Cannam Make a small cache of recently-used columns simple-fft-model
2015-06-12 Chris Cannam Normalization function simple-fft-model
2015-06-12 Chris Cannam Simplest naive FFTModel implementation (+ fill in tests) simple-fft-model
2015-06-12 Chris Cannam Gut the old code, but don't replace it yet (so nothing will link yet) simple-fft-model
2015-06-10 Chris Cannam Tidy dense time-value model API a bit; add first simple unit test for FFT model
2015-06-10 Chris Cannam Comment
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
2015-03-10 Chris Cannam More type fixes, primarily in the spectrogram cxx11
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2011-04-14 Chris Cannam Make more (though still not entirely) robust in the face of running out of disc space
2009-02-09 Chris Cannam * get whole columns at a time from fft model when running transform
2009-02-05 Chris Cannam * Re-enable peak frequencies display in spectrogram
2009-01-22 Chris Cannam * try some qvectors
2008-11-28 Chris Cannam Various fixes:
2008-11-11 Chris Cannam * Add use-log-scale estimator. Not quite right yet; the model doesn't
2008-05-08 Chris Cannam * Speed up spectrogram painting by releasing mutex in FFTDataServer
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries