Library source code is found under src/lib:
|
host |
Host specific functions. Also contains
makefiles and DDS internals scripts |
gio |
Low level I/O routines, similar to C std I/O |
dds3 |
DDS, compiled with optimization |
fft |
generic wrapper for FFT (uses fftw by
default) |
fftw |
Fastest Fourier Transform in the West (fftw,
rfftw); used when system specific tuned FFT's not available |
|
Application source codes are found under src/cmd:
|
... |
One subdirectory for each application |
|
User utility scripts are found under src/scripts:
|
|
DDS documentation doc:
|
html |
DDS Web pages |
... |
each application has it's own man page |