modwpt
Maximal overlap discrete wavelet packet transform
Syntax
Description
returns the
terminal nodes for the maximal overlap discrete wavelet packet transform
(MODWPT) for the 1-D signal, wpt
= modwpt(x
)x
. The output is time-delayed
compared to the input signal. For more information, see MODWPT and MODWPT Details.
[
returns a vector of transform
levels corresponding to the rows of wpt
,packetlevs
]
= modwpt(___)wpt
.
[
returns the center frequencies
of the approximate passbands corresponding to the rows of wpt
,packetlevs
,cfreq
]
= modwpt(___)wpt
.
[
returns the energy (squared L2-norm)
of the wavelet packet coefficients for the nodes in
wpt
,packetlevs
,cfreq
,energy
]
= modwpt(___)wpt
.
[___] = modwpt(___,
specifies options using one or more name-value arguments in addition to the
input arguments in previous syntaxes. For example, to return the full wavelet
packet tree, set Name=Value
)FullTree
to
true
.
Examples
Input Arguments
Output Arguments
Algorithms
References
[1] Percival, Donald B., and Andrew T. Walden. Wavelet Methods for Time Series Analysis. Cambridge Series in Statistical and Probabilistic Mathematics. Cambridge ; New York: Cambridge University Press, 2000.
[2] Walden, A. T., and A. Contreras Cristan. “The Phase–Corrected Undecimated Discrete Wavelet Packet Transform and Its Application to Interpreting the Timing of Events.” Proceedings of the Royal Society of London. Series A: Mathematical, Physical and Engineering Sciences 454, no. 1976 (August 8, 1998): 2243–66. https://doi.org/10.1098/rspa.1998.0257.