Mercurial > hg > js-dsp-test
changeset 20:6fd3e25e4449
KissFFT and Cross tests before FFTW
author | Chris Cannam |
---|---|
date | Tue, 06 Oct 2015 13:13:05 +0100 |
parents | 26056e866c29 |
children | a901eeeabf3b |
files | fft/test.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fft/test.js Tue Oct 06 13:08:39 2015 +0100 +++ b/fft/test.js Tue Oct 06 13:13:05 2015 +0100 @@ -253,7 +253,7 @@ } var sizes = [ 256, 1024, 4096 ]; -var tests = [ testNayuki, testNayukiObj, testFFTW, testKissFFT, testCross, testNockert, testDntj ]; +var tests = [ testNayuki, testNayukiObj, testKissFFT, testCross, testFFTW, testNockert, testDntj ]; var nextTest = 0; var nextSize = 0; var interval;