print.wpst: Prints out basic information about a wpst class object

print.wpstR Documentation

Prints out basic information about a wpst class object

Description

Prints out basic information about a wpst class object generated by the, e.g., wpst function.

Note: stationary wavelet packet objects are now known as nondecimated wavelet packet objects.

Usage

## S3 method for class 'wpst'
print(x, ...)

Arguments

x

The wpst object that you wish to print info about

...

Other arguments

Details

Description says all

Value

Nothing

Author(s)

G P Nason

See Also

wpst

Examples

v <- rnorm(128)
vwpst <- wpst(v)
## Not run: print(vwpst)
#Class 'wpst' : Stationary Wavelet Packet Transform Object:
#	~~~  : List with 5 components with names
#		wpst nlevelsWT avixstart filter date
#
#$wpst is a coefficient vector
#
#Created on : Fri Mar  5 15:06:56 2010
#
#summary(.):
#----------
#Levels:  7
#Length of original:  128
#Filter was:  Daub cmpct on least asymm N=10
#Date:  Fri Mar  5 15:06:56 2010

wavethresh documentation built on Nov. 16, 2022, 5:16 p.m.