|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
WaveletListPlot
WaveletListPlot[dwd]
plots wavelet transform coefficients in the DiscreteWaveletData dwd.
WaveletListPlot[dwd, wind]
plots wavelet transform coefficients corresponding to the wavelet index specification wind.
WaveletListPlot[dwd, wind, func]
applies func to coefficients before plotting.
WaveletListPlot[{dwd1, dwd2, ...}, ...]
plots wavelet transform coefficients from several DiscreteWaveletData objects
,
, ....
Details and OptionsDetails and Options
- WaveletListPlot works for DiscreteWaveletData coming from 1D array data.
- The wavelet index specification wind is the same as used by DiscreteWaveletData.
- WaveletListPlot[dwd] is equivalent to WaveletListPlot[dwd, Automatic].
- WaveletListPlot has the same options as ListPlot, with the following additions and changes:
-
AspectRatio Automatic ratio of height to width Joined True whether to join points Method Automatic what method to use PlotLayout "CommonXAxis" what layout to use for the plot PlotRange All range of values to include - Possible settings for PlotLayout include:
and
. - With the setting
, coefficients are plotted against a common horizontal
axis where the independent
axes are separately scaled to occupy the same amount of vertical space. - With the setting
, coefficients are plotted using a common vertical
axis where the independent
axes are separately scaled to occupy the same amount of horizontal space. - Ticks and FrameTicks have the following settings with special interpretations in the direction perpendicular to the common axis:
-
Automatic refinement level Full full wavelet index - With the setting Method->"InverseTransform", the inverse transform of each coefficient array will be plotted.
- WaveletListPlot returns a Graphics object.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


