log

age author description
Tue, 06 May 2014 10:35:01 +0100 Chris Cannam Print warning
Wed, 30 Apr 2014 16:59:08 +0100 Chris Cannam Add getSize
Mon, 07 Apr 2014 14:04:39 +0100 Chris Cannam Median filter standalone method, and tests
Mon, 07 Apr 2014 13:43:48 +0100 Chris Cannam Median filter test
Fri, 04 Apr 2014 13:49:59 +0100 Chris Cannam No copy ctor etc, but copyright
Fri, 04 Apr 2014 12:40:40 +0100 Chris Cannam Add median filter (originally from devuvuzelator code)
Thu, 30 Jan 2014 09:51:06 +0000 Chris Cannam Fix incorrect handling of decimation factor 1; documentation
Tue, 03 Dec 2013 10:16:49 +0000 Chris Cannam Avoid pathological FFT length of 1 in plugin tester
Tue, 03 Dec 2013 10:02:46 +0000 Chris Cannam Make the calculation functions available with default parameters again as well (for Segmentino)
Tue, 05 Nov 2013 16:36:53 +0000 Chris Cannam Add std::vector-returning process call
Fri, 01 Nov 2013 17:11:50 +0000 Chris Cannam Complex fft tests
Fri, 01 Nov 2013 15:32:05 +0000 Chris Cannam Add dependencies
Fri, 01 Nov 2013 15:31:57 +0000 Chris Cannam Add Blackman-Harris window
Fri, 01 Nov 2013 12:07:08 +0000 Chris Cannam Lower filter cutoff to below target Nyquist when downsampling
Tue, 22 Oct 2013 08:58:28 +0100 Chris Cannam Add DecimatorB (Butterworth filter, arbitrary powers of two)
Mon, 21 Oct 2013 17:49:10 +0100 Chris Cannam Update non-qmake build system, remove qmake-based one
Mon, 21 Oct 2013 11:59:57 +0100 Chris Cannam Some docs; remove FiltFiltConfig as it's the same as FilterConfig
Mon, 21 Oct 2013 11:50:09 +0100 Chris Cannam Some docs
Mon, 21 Oct 2013 11:38:40 +0100 Chris Cannam Add Doxyfile
Mon, 21 Oct 2013 09:40:22 +0100 Chris Cannam Integrate resampler and tests into build system etc
Fri, 18 Oct 2013 14:57:48 +0100 Chris Cannam Add bandwidth, snr parameters
Fri, 18 Oct 2013 11:11:41 +0100 Chris Cannam Avoid int overflow in resample; tidy
Thu, 17 Oct 2013 22:12:36 +0100 Chris Cannam Fixes to latency and initial phase calculations (+ explanation)
Wed, 16 Oct 2013 13:33:36 +0100 Chris Cannam Cache calculated filters
Wed, 16 Oct 2013 13:33:18 +0100 Chris Cannam Avoid vector reallocation on every reconstructed output sample
Wed, 16 Oct 2013 08:16:23 +0100 Chris Cannam Fixes to tests
Tue, 15 Oct 2013 18:27:19 +0100 Chris Cannam Some fixes, and start on spectrum test
Mon, 14 Oct 2013 16:20:00 +0100 Chris Cannam Fix scaling on downsampling, another test
Mon, 14 Oct 2013 16:15:32 +0100 Chris Cannam More resampler fixes (particularly to latency calculation) and tests
Mon, 14 Oct 2013 08:19:45 +0100 Chris Cannam Latency fix etc
Mon, 14 Oct 2013 08:15:51 +0100 Chris Cannam Save extra samples from one process to next (+ other fixes and debug out)
Sun, 13 Oct 2013 12:47:50 +0100 Chris Cannam Add one-shot resample function
Fri, 11 Oct 2013 18:00:51 +0100 Chris Cannam First cut at resampler (not quite correct)
Mon, 21 Oct 2013 09:24:59 +0100 Chris Cannam ...
Wed, 16 Oct 2013 16:44:14 +0100 Chris Cannam Factorial: return double (int not big enough for many popular values)
Wed, 16 Oct 2013 13:29:00 +0100 Chris Cannam Error if no thread implementation selected
Wed, 16 Oct 2013 12:52:44 +0100 Chris Cannam Merge from branch kissfft
Wed, 16 Oct 2013 12:52:37 +0100 Chris Cannam Make Kaiser window in two halves
Tue, 15 Oct 2013 18:26:38 +0100 Chris Cannam Add forwardMagnitude kissfft
Tue, 15 Oct 2013 11:52:00 +0100 Chris Cannam Frame length no longer needs to be a power of two 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
Tue, 15 Oct 2013 09:39:58 +0100 Chris Cannam Actually, let's have that in a subdir so people don't think it's part of the api kissfft
Tue, 15 Oct 2013 09:38:56 +0100 Chris Cannam Add kissfft as subrepo kissfft
Thu, 10 Oct 2013 17:53:41 +0100 Chris Cannam Add sinc
Tue, 08 Oct 2013 17:23:17 +0100 Chris Cannam Add gcd
Fri, 04 Oct 2013 18:46:32 +0100 Chris Cannam Add Kaiser window (and some tests for it)
Fri, 04 Oct 2013 18:34:30 +0100 Chris Cannam Some (but not all) MathUtilities unit tests, and accompanying fixes
Fri, 04 Oct 2013 16:43:44 +0100 Chris Cannam Merge from pvoc branch
Thu, 03 Oct 2013 13:22:53 +0100 Chris Cannam Tidy pvoc
Thu, 03 Oct 2013 13:03:31 +0100 Chris Cannam Comments pvoc
Thu, 03 Oct 2013 12:58:36 +0100 Chris Cannam Phase vocoder: provide time-domain and freq-domain inputs separately; update tests etc pvoc
Wed, 02 Oct 2013 18:22:06 +0100 Chris Cannam Don't use tabs pvoc
Wed, 02 Oct 2013 18:21:57 +0100 Chris Cannam A more difficult test pvoc
Wed, 02 Oct 2013 15:05:43 +0100 Chris Cannam Dependencies pvoc
Wed, 02 Oct 2013 15:05:34 +0100 Chris Cannam Do actual phase unwrapping in the phase vocoder! pvoc
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
Tue, 01 Oct 2013 15:38:56 +0100 Chris Cannam Add another frame pvoc
Tue, 01 Oct 2013 15:35:55 +0100 Chris Cannam Add first phase vocoder unit test (failing) pvoc
Tue, 01 Oct 2013 15:15:59 +0100 Chris Cannam Test two-arg cut as well
Mon, 30 Sep 2013 16:50:38 +0100 Chris Cannam FFT and window tests