Vocabularymath.
transforms.
haarInputsOutputsWord descriptionReverse Haar wavelet transform function.
NotesThe sequence length should be a power of two.
ExamplesUSING: math.transforms.haar prettyprint ;
{ 3 2 -1 -2 3 0 4 1 } rev-haar .
{ 7 1 6 6 3 -5 4 2 }
Definition