log

age author description
Mon, 03 Jun 2013 20:47:57 +0100 Chris Cannam Minor tidy
Sun, 02 Jun 2013 20:32:16 +0100 Chris Cannam ... while this tail recursive revision doesn't work: it loses all but the head of the remaining list when recursing
Sun, 02 Jun 2013 20:28:12 +0100 Chris Cannam This revision works when convolving an audio stream from a real audio file, but it is not tail-recursive
Sun, 02 Jun 2013 12:27:58 +0100 Chris Cannam Close compare for convolution
Sun, 02 Jun 2013 12:27:47 +0100 Chris Cannam Add time function to test module
Sun, 02 Jun 2013 12:16:21 +0100 Chris Cannam precalculated -> precalculatedMono (when supplied with vector rather than matrix)
Sun, 02 Jun 2013 12:11:06 +0100 Chris Cannam Simpler fromList
Sat, 01 Jun 2013 22:05:01 +0100 Chris Cannam Make convolver tail-recursive
Sat, 01 Jun 2013 19:20:19 +0100 Chris Cannam Make convolver options into options
Sat, 01 Jun 2013 18:53:46 +0100 Chris Cannam Fix overlap-add in convolver
Sat, 01 Jun 2013 13:21:28 +0100 Chris Cannam Fast convolver now works, up to some error -- though still only mono and with a fixed convolution framesize
Sat, 01 Jun 2013 13:20:46 +0100 Chris Cannam Fix amazing error in complex (and add test for it)
Sat, 01 Jun 2013 12:21:15 +0100 Chris Cannam Fast convolution runs, returning wrong results
Fri, 31 May 2013 22:04:27 +0100 Chris Cannam Plug in fast convolver (doesn't work yet though!)
Fri, 31 May 2013 22:04:05 +0100 Chris Cannam Make realInverse able to take a list
Fri, 31 May 2013 22:03:45 +0100 Chris Cannam Fix complex test path
Fri, 31 May 2013 22:03:23 +0100 Chris Cannam Replace add c1 c2 with sum [c1, c2]
Fri, 31 May 2013 22:02:54 +0100 Chris Cannam Supply list to vector add
Fri, 31 May 2013 22:02:24 +0100 Chris Cannam Make add take a list rather than just 2
Fri, 31 May 2013 22:02:03 +0100 Chris Cannam Move complex tests to complex package
Fri, 31 May 2013 17:34:46 +0100 Chris Cannam Make a start on fast convolver
Fri, 31 May 2013 17:34:37 +0100 Chris Cannam Remove dependency from framer on filter (avoiding circular dependency)
Fri, 31 May 2013 17:34:04 +0100 Chris Cannam Add entrywise product
Fri, 31 May 2013 17:32:56 +0100 Chris Cannam Make boxcar all-1s, not all-0.5s -- means it doesn't have the same attenuation on average as other windows, but it's more consistent with other environments
Fri, 31 May 2013 15:14:09 +0100 Chris Cannam Hurrah! Overlap-add now produces valid output streams (finally) and passes the tests
Fri, 31 May 2013 10:58:00 +0100 Chris Cannam Revise overlap-add
Thu, 30 May 2013 22:33:16 +0100 Chris Cannam More overlap-add tests.
Thu, 30 May 2013 20:27:54 +0100 Chris Cannam Window overlap scale factor
Thu, 30 May 2013 17:56:29 +0100 Chris Cannam Periodic window probably better after all
Thu, 30 May 2013 17:47:25 +0100 Chris Cannam Further test