File:  [gforth] / gforth / fft-bench.fs
Revision 1.2: download - view: text, annotated - select for diffs
Mon Oct 8 19:17:32 2012 UTC (11 years, 6 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Fine-tuning am FFT-Benchmark

    1: \ fft based floating point benchmark
    2: 
    3: require fft.fs
    4: 
    5: : >values ( -- ) #points 0 ?DO  I $55 and s>f I $AA and s>f I values z!  LOOP ;
    6: 
    7: : setup ( -- ) 32 1024 * points >values ;
    8: 
    9: : main setup fft rfft normalize ;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>