drawwp.default | R Documentation |
Function computes the values of a given wavelet packet on a discrete grid.
drawwp.default(level, index, filter.number = 10, family = "DaubLeAsymm",
resolution = 64 * 2^level)
level |
The resolution level of the packet you want |
index |
The packet index of the packet you want |
filter.number |
The type of wavelet you want, see |
family |
The family of wavelet you want, see |
resolution |
The number of ordinates at which you want the wavelet packet |
Function works by computing a wavelet packet transform of a zero vector. Then inserting a single one somewhere in the desired packet, and then inverts the transform.
A vector containing the "y" values of the required wavelet packet.
G P Nason
draw.wp
,InvBasis
,
nlevelsWT
,
putpacket
,
wp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.