| Wavelet Toolbox | |
| Provide feedback about this page |
Plot wavelet packets colored coefficients
Syntax
Description
wpviewcf(T,CMODE) plots the colored coefficients for the terminal nodes of the tree T.
T is a wavelet packet tree and CMODE is an integer, which represents the color mode. The color modes are listed in the table below.
wpviewcf(T,CMODE,NBCOL) uses NBCOL colors.
Examples
% Create a wavelet packet tree. x = sin(8*pi*[0:0.005:1]); t = wpdec(x,3,'db1'); % Plot tree t. % Click the node (3,0), (see theplotfunction) plot(t);% Plot the colored wavelet packet coefficients. wpviewcf(t,1);
See Also
wpdec
| Provide feedback about this page |
![]() | wptree | wrcoef | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |