# series of length 64 where the coarsest level is 8 father basis functions.
W.info(64, 8)
#index for 4th basis location at the 2nd level
W.s2i( 4, 2, m=64, cut.min=8)
# location and level for the 48th basis function.
W.i2s( 48, m=64, cut.min=8)
Run the code above in your browser using DataLab