log data/model/FFTModel.cpp @ 1647:29a20719796e single-point

age author description
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-13 Chris Cannam Further adjustments to peak picking, to try to avoid a surfeit of peaks in the higher frequencies spectrogramparam
2018-11-12 Chris Cannam Slightly simplify median-window size calculation - but this is not the best way to do this for spectrum views, need to reconsider spectrogramparam
2018-11-08 Chris Cannam Introduce & make use of faster MovingMedian class (now with resize capability) spectrogramparam
2018-11-08 Chris Cannam A little faster as vector spectrogramparam
2018-11-07 Chris Cannam Comment
2018-11-07 Chris Cannam Properly align window with signal, in oversampled case
2018-04-24 Chris Cannam Some messing around with profiling
2018-03-01 Chris Cannam Untabify
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
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-12-07 Chris Cannam Remove unnecessary move()s 3.0-integration
2016-11-23 Chris Cannam Debug note when we overrun end of data 3.0-integration
2016-11-21 Chris Cannam Branch to use bqfft code and remove FFTapi bqfft
2016-11-10 Chris Cannam More timings and cache hit counts 3.0-integration