Added some comments.

This commit is contained in:
rafat.hsn@gmail.com 2011-05-16 06:56:11 +00:00
parent 39021b8a59
commit d26770e025

View File

@ -47,7 +47,9 @@ int main() {
} }
sig.pop_back(); sig.pop_back();
vector<double> original; vector<double> original;
original = sig; original = sig; // Make a copy of the signal if you want to use original signal
// later on. The other option is to use IDWT output as the SWt/ISWT system is
// Perefect Reconstruction system.
cout << "Please Enter the Number of DWT Stages J :" << endl; cout << "Please Enter the Number of DWT Stages J :" << endl;
int J; int J;