log

age author description
Mon, 24 Dec 2012 09:21:12 +0000 Chris Cannam Add sketchy beginnings of possible complex class
Mon, 24 Dec 2012 09:20:58 +0000 Chris Cannam Add windowedFrames
Sun, 23 Dec 2012 21:01:51 +0000 Chris Cannam Return re, im arrays separately in unpack from fft (instead of using structs, which is very slow)
Sun, 23 Dec 2012 16:28:06 +0000 Chris Cannam Add basic forward FFT and tests. Unpacking the results takes a lot longer than computing them (this way) so this will have to change
Sun, 23 Dec 2012 15:49:22 +0000 Chris Cannam Add divide
Sun, 23 Dec 2012 15:41:35 +0000 Chris Cannam Simpler multiply. I like these to be simple at this point rather than necessarily the fastest