Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

accessD.wp

Obtain whole resolution level of wavelet packet coefficients from a wavelet packet object (wp).


Description

Get a whole resolution level's worth of coefficients from a wp wavelet packet object. To obtain packets of coefficients from a wavelet packet object you should use the getpacket collection of functions.

Usage

## S3 method for class 'wp'
accessD(wp, level, ...)

Arguments

wp

Wavelet packet object

.

level

the resolution level that you wish to extract.

...

any other arguments

Details

The wavelet packet coefficients are actually stored in a straightforward manner in a matrix component of a wp object so it would not be too difficult to extract whole resolution levels yourself. However, this routine makes it easier to do.

Value

A vector containing the coefficients that you wanted to extract.

RELEASE

Version 3.5.3 Copyright Guy Nason 1994

Author(s)

G P Nason

See Also


wavethresh

Wavelets Statistics and Transforms

v4.6.8
GPL (>= 2)
Authors
Guy Nason [aut, cre]
Initial release
2016-10-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.