annotate yc @ 41:06d7d07bb72c

Add basic forward FFT and tests. Unpacking the results takes a lot longer than computing them (this way) so this will have to change
author Chris Cannam
date Sun, 23 Dec 2012 16:28:06 +0000
parents 90ddb49d94c5
children d037211bf5d7
rev   line source
Chris@0 1 #!/bin/sh
Chris@0 2 YETI_LIBDIR=/usr/local/lib/yeti
Chris@41 3 rlwrap $JAVA_HOME/bin/java -classpath $YETI_LIBDIR/yeti.jar:$YETI_LIBDIR/yeti-lib.jar:jtransforms-2.4.jar yeti.lang.compiler.yeti "$@"