Comments added

This commit is contained in:
rafat.hsn@gmail.com 2011-08-20 10:11:09 +00:00
parent 3be23ebd2a
commit 29605d45e1

View File

@ -4,7 +4,8 @@
// Version :
// Copyright :
// Description : Wavelet Demo comparing linear and non-linear approximation properties
// : of a given wavelet. Implemented using dwt_sym and idwt_sym.
// : of a given wavelet. Implemented using dwt and idwt. Interchangeable with
// : dwt_sym and idwt_sym.
//============================================================================
#include <iostream>