Comments Modified

This commit is contained in:
rafat.hsn@gmail.com 2011-08-20 10:49:48 +00:00
parent 52e86d9d88
commit cf2880f112

View File

@ -60,8 +60,6 @@ int main() {
int length;// All coefficients are of same length. Variable "length" returns length
// of coefficients. It is not required for ISWT computations.
// If signal is not of dyadic length it is zeropadded as the algorithm is designed to
// work with signals of 2^M length. These extra zeros can be removed after reconstruction
swt(sig, J, nm, swt_output, length);