C Programming

This directory contains miscellaneous files pertaining to C programming.

Helpful Batch Files

The following one-line batch files are convenient for compiling small C programs in DOS. (The gcc compiler is assumed, though the files can be modified in an obvious way for any compiler.) Comments within the files explain their functions. Suggestion: Turn DOSKEY on so the command “ccc” or “cccW” can be run repeatedly with only a few keystrokes.

Source Code for FFT and Inverse FFT

The following archive contains C source code for calculating the FFT and inverse FFT. Included is a simple test program showing how the code is used.