Extract box from WPD
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Extract WPD component
Description
"Extract box from WPD" extracts a component (a single box) from a wavelet packet decomposition signal.
Specify
- octave number o and
- box number b
to select the component.
Macro Synopsis
y = WPDExtract(x,o,b);
signal x,y;
int o,b;
Note that x must be a wavelet packet decomposition (WPD) signal.
Modules
Wavelet
Related Functions
Define wavelet, Load wavelet,
Save wavelet, Decompose,
Reconstruct, Wavelet packet decomposition