Yes it has. The main thing is that it has accelerators for 6 and 7 as factors - the old accelerators stopped at 5. 8192 doesn't have either of those factors (since it is a power of 2). But, there may have been bug fixes that I don't remember. I will zip up the latest code and send them to you this afternoon.<br>
<br><div class="gmail_quote">On Tue, Oct 19, 2010 at 9:15 AM, John Clements <span dir="ltr"><<a href="mailto:clements@brinckerhoff.org" target="_blank">clements@brinckerhoff.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br>
On Oct 19, 2010, at 5:17 AM, Doug Williams wrote:<br>
<br>
> On my laptop:<br>
><br>
> #lang racket<br>
><br>
> (require "fft.rkt")<br>
><br>
> (define v (build-vector 16384 (lambda (i) (random))))<br>
><br>
> (define v1 (vector-copy v))<br>
><br>
> (collect-garbage)<br>
> (collect-garbage)<br>
> (collect-garbage)<br>
> (time (fft-complex-radix2-forward v1))<br>
><br>
> (define v2 (vector-copy v))<br>
><br>
> (collect-garbage)<br>
> (collect-garbage)<br>
> (collect-garbage)<br>
> (time (fft-complex-forward v2))<br>
><br>
> (for/and ([i (in-range (vector-length v))])<br>
> (< (magnitude (- (vector-ref v1 i) (vector-ref v2 i))) 1e-4))<br>
><br>
> ==><br>
><br>
> cpu time: 94 real time: 94 gc time: 0<br>
> cpu time: 79 real time: 78 gc time: 0<br>
> #t<br>
><br>
> I'll look at the rsound/fft implementation and see if I see the problem.<br>
<br>
</div>It certainly sounds as though I broke it, or it changed after I got it. Has the source changed since you sent it to me last year?<br>
<font color="#888888"><br>
John<br>
<br>
</font></blockquote></div><br>