rwavelet (version 0.4.0)

packet: 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

Run this code
# NOT RUN {
packet(1, 1, 8)
# }

Run the code above in your browser using DataCamp Workspace