walsh_transform, a MATLAB code which implements versions of the Walsh and Haar transforms.
Note that the programs, as printed in the reference, had a few typographical errors. Several programs, in particular FHT and FRT, could not be made to perform as described in the text, and hence have been omitted.
The information on this web page is distributed under the MIT license.
walsh_transform is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
cosine_transform, a MATLAB code which demonstrates some simple properties of the discrete cosine transform.
haar_transform, a MATLAB code which computes the Haar transform of data.
joukowsky_transform, a MATLAB code which applies the Joukowsky transform to data, mapping between a circle in the complex plane and various airfoil shapes.
sftpack, a MATLAB code which implements the "slow" Fourier transform, intended as a teaching tool and comparison with the fast Fourier transform.
sine_transform, a MATLAB code which demonstrates some simple properties of the discrete sine transform.
wavelet, a MATLAB code which does some simple wavelet calculations;