readtree
(Removed) Read wavelet packet decomposition tree from figure
Wavelet Analyzer has been removed. readtree is part of
Wavelet Analyzer. For recommended alternatives, see Version
History.
Syntax
T = readtree(F)
Description
T = readtree( reads the wavelet
packet decomposition tree from the figure whose handle is
F)F.
Examples
% Create a wavelet packet tree. x = sin(8*pi*[0:0.005:1]); t = wpdec(x,3,'db2'); % Display the generated tree in a Wavelet Packet 1-D GUI window. fig = drawtree(t);

%------------------------------------- % Use the GUI to split or merge Nodes. %-------------------------------------

t = readtree(fig);
plot(t)
% Click the node (3,0), (see the plot function).
