Discreet Wavelet Transform
---------------------------
Written by Andreas Jnsson of www.AngelCode.com in April 2002

This application was written to demonstrate how the DWT works. As the program uses a graphical user interface with menus it is fairly self explanatory, thus I will not write any manual this time. Experiment with the program to see what it does.

The source code, available at www.AngelCode.com, is released to the public for educational purposes. This means that you may use the source code for your own private projects so that you can learn from it, but you may not include the source code in any public projects, i.e. projects that you release to other people, without my expressed permission. 

The application was written with Microsoft Visual C++ 6 and uses only standard libraries and the Win32 API.

