packet {rwavelet} | R Documentation |
Packet table indexing
Description
Packet table indexing
Usage
packet(d, b, n)
Arguments
d |
depth of splitting in packet decomposition. |
b |
block index among 2^d possibilities at depth d. |
n |
length of signal. |
Value
p
linear indices of all coeff's in that block.
Examples
packet(1, 1, 8)
[Package rwavelet version 0.4.1 Index]