Dictionary Object For Cosine Analysis
- DESCRIPTION:
-
Objects of class "cp.dict" that contain all relevant information for
cosine packet analysis.
- GENERATION:
-
Objects of class "cp.dict" are returned from calling functions
cp.dict().
- METHODS:
-
The class "cp.dict" has methods for the following generic function:
print.
- STRUCTURE:
-
The "cp.dict" object is a list with the following components:
- taper:
-
a character string, indicating the taper function, one of:
"boxcar", "poly1", "poly2", "poly3", "poly4", "poly5", or "trig".
- dct.type:
-
one of the integers 2 or 4, indicating the discrete cosine
transfer type, DCT-II or DCT-IV to use.
- boundary:
-
a character string indicating the boundry rule, one of: "cp.reflect", "periodic
", or "zero".
- n.levels:
-
a non-negative integer specifying number of levels in the analysis.
- n.taper:
-
length of tapering.
- attr.x:
-
attributes of the original signal.
- series.name:
-
the name of the original signal.
- n.sample:
-
sample size.
- SEE ALSO:
-
cp.dict
.