// This example computes the forward and // inverse FFT, but does nothing else, // and thus is stupid. By PRC, April 2008 adc => FFT fft =^ IFFT ifft => dac; 512 => fft.size => ifft.size; while (1) { 512 :: samp => now; ifft.upchuck(); }