log src/Silvet.cpp @ 165:f73be84f5c90

age author description
Tue, 20 May 2014 16:48:33 +0100 Chris Cannam Use 20ms resolution in hq mode, 40ms only in draft mode
Tue, 20 May 2014 16:21:33 +0100 Chris Cannam Some measurements suggest we get slightly better results with more iterations, but not drastically worse with fewer -- so go lower for draft and higher for hq mode
Tue, 20 May 2014 15:56:57 +0100 Chris Cannam Minor tidy
Tue, 20 May 2014 15:37:03 +0100 Chris Cannam Add solo instrument parameter
Tue, 20 May 2014 15:31:05 +0100 Chris Cannam Introduce InstrumentPack class
Tue, 20 May 2014 13:55:44 +0100 Chris Cannam Remove extra outputs
Mon, 19 May 2014 17:47:34 +0100 Chris Cannam Bin frequencies, and some comments
Fri, 16 May 2014 10:28:46 +0100 Chris Cannam Note on parameters etc
Fri, 16 May 2014 10:12:55 +0100 Chris Cannam Processing parameters. Main difference is use of atomHopFactor of 0.3 instead of 0.25
Thu, 15 May 2014 15:25:03 +0100 Chris Cannam Update subrepo to new structure
Wed, 14 May 2014 19:38:36 +0100 Chris Cannam double -> float in EM (to test)
Wed, 14 May 2014 18:09:06 +0100 Chris Cannam Some comments on things to try next...
Tue, 13 May 2014 14:34:04 +0100 Chris Cannam Update CQ implementation following inverse-CQ merge
Wed, 07 May 2014 11:06:18 +0100 Chris Cannam Simplify omp loop, leaving more to the omp scheduler bqvec-openmp
Wed, 07 May 2014 09:43:15 +0100 Chris Cannam Pull out shifted templates into separate arrays with proper alignment (trading off memory occupied against getting the alignments right) bqvec-openmp
Wed, 07 May 2014 09:08:52 +0100 Chris Cannam Simplify slightly, make HQ mode the default bqvec-openmp
Wed, 07 May 2014 09:01:32 +0100 Chris Cannam Merge from default branch bqvec-openmp
Tue, 06 May 2014 18:55:11 +0100 Chris Cannam Add draft/intensive mode setting (determines whether to use shifts)
Tue, 06 May 2014 16:36:46 +0100 Chris Cannam Merge OpenMP and bqvec stuff into bqvec-openmp branch bqvec-openmp
Tue, 06 May 2014 16:28:04 +0100 Chris Cannam OpenMP support in main EM iteration openmp
Tue, 06 May 2014 14:45:16 +0100 Chris Cannam Use single-precision floats throughout EM code timing
Tue, 06 May 2014 14:19:19 +0100 Chris Cannam Complete using bqvec for allocation etc, but with unchanged processing logic bqvec
Tue, 06 May 2014 11:26:33 +0100 Chris Cannam Timing outputs timing
Tue, 06 May 2014 11:23:07 +0100 Chris Cannam Halve number of iterations timing
Tue, 06 May 2014 11:21:28 +0100 Chris Cannam Some testing results timing
Tue, 06 May 2014 11:17:08 +0100 Chris Cannam Remove debug printouts timing
Tue, 06 May 2014 11:13:25 +0100 Chris Cannam Remove FCQ return as well timing
Tue, 06 May 2014 11:10:52 +0100 Chris Cannam Remove return of CQ output features timing
Tue, 29 Apr 2014 12:05:52 +0100 Chris Cannam Run again, with files normalised as in the MIREX tests
Mon, 28 Apr 2014 13:01:30 +0100 Chris Cannam Test code