# HG changeset patch # User Chris Cannam # Date 1443717208 -3600 # Node ID 44f670784d5fc95f24bd801d87323fb11166dc9f # Parent 1c027151f7ecea6a05ba6f293f0b90ec7589a450 Test jsfft diff -r 1c027151f7ec -r 44f670784d5f fft/test.html --- a/fft/test.html Thu Oct 01 16:56:01 2015 +0100 +++ b/fft/test.html Thu Oct 01 17:33:28 2015 +0100 @@ -1,4 +1,5 @@ +
If 2150 iterations of real-to-complex FFT of size 2048 takes less than 10 seconds, then we may be able to make a high quality real-time phase vocoder (just).
@@ -14,7 +15,7 @@2150 iterations corresponds to 100 seconds of audio non-overlapped at 44.1kHz, so if that takes less than 10 second, then in theory we might be OK.
-+ @@ -87,9 +88,40 @@ var end = performance.now(); -document.write("nockert fft.js: " + iterations + " iterations at size " + size + " took " + (end - start) + "ms (" + (1000.0 / ((end - start) / iterations)) + " iterations/sec)+ + +
"); +document.write("nockert fft.js: " + iterations + " iterations at size " + size + " took " + (end - start) + "ms (" + (1000.0 / ((end - start) / iterations)) + " iterations/sec)
"); -