Function evaluation on tables

evaltbl(T,f) Returns the result of applying the function f to each subband of the wavelet packet table T. Returns a matrix whose rows describe the subband to which f was applied, followed by the value of the function on that subband.

applytbl(T,f) Returns a new wavelet packet table by applying the vector-valued function f to each subband of the wavelet packet table T. Returns a nested array.

Arguments:

Mathcad Example