File:  [gforth] / gforth / fft-bench.fs
Revision 1.1: download - view: text, annotated - select for diffs
Mon Oct 8 19:08:22 2012 UTC (11 years, 6 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Added fft bench

\ fft based floating point benchmark

require fft.fs

: >values ( -- ) #points 0 ?DO  I $55 and s>f I $AA and s>f I values z!  LOOP ;

: setup ( -- ) 16 1024 * points >values ;

: main setup fft rfft normalize ;

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