Spectrum Analyzer programs

Software that could be used to plot a Fourier spectrum from the data acquistion cards. There is a somewhat outdated list from linux-sound. A spectrograph is a plot of intensity versus frequency and time (I think). The most common GUI libraries are GTK+ (goes with C, C++, python, etc.), OpenMotif (goes with C, C++, etc.) and Qt (C++, Free version of a commercial program). These are all available. The video chips on our motherboards do not support OpenGL. Many of these need FFTW, which was installed using:  ./configure --libdir=/usr/local/lib64 CFLAGS="-m64 -O2".

Valid HTML 4.01!