dyadjk {waved} | R Documentation |
return the index of a wavelet coefficient using dyadic lexicographic ordering
dyadjk(j, k)
j |
Resolution level (integer) |
k |
Location parameter (0,1,...,$2^j$-1) |
Returns an integer giving the index position of the wavelet coefficient $w_{j,k}$ in a vector of wavelet coefficients.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), `The WaveD Transform in R', Journal of Statistical Software.
print(dyadjk(5,4))