diff --git a/demo/swtdemo.cpp b/demo/swtdemo.cpp index 3549a15..7210816 100644 --- a/demo/swtdemo.cpp +++ b/demo/swtdemo.cpp @@ -47,7 +47,9 @@ int main() { } sig.pop_back(); vector 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; int J;