/*--------------------------------------------------------------*/
/* Here are sources for some dsp programs for experimentation.  */
/* They are all written by myself, feel free to use as you wish */
/* as long as my name stays attached to the sources.            */
/*	Gregory F. Shay  1988					*/
/*--------------------------------------------------------------*/
/* Cut this and save to fft.c				        */
/* Program by Gregory F. Shay  1988			*/
main()
{
fft_main(1);
}
