PLOTWAVELETS Plot wavelet coefficients Usage: plotwavelets(c,info,fs) plotwavelets(c,info,fs,'dynrange',dynrange,...) PLOTWAVELETS(c,info) plots the wavelet coefficients c using additional parameters from struct. info. Both parameters are returned by any forward transform function in the wavelets directory. PLOTWAVELETS(c,info,fs) does the same plot assuming a sampling rate fs Hz of the original signal. plowavelets(c,info,fs,'dynrange',dynrange) additionally limits the dynamic range. C=PLOTWAVELETS(...) returns the processed image data used in the plotting. Inputting this data directly to imagesc or similar functions will create the plot. This is usefull for custom post-processing of the image data. PLOTWAVELETS supports optional parameters of TFPLOT. Please see the help of TFPLOT for an exhaustive list.
Url: http://ltfat.github.io/doc/wavelets/plotwavelets.html
See also: fwt, tfplot, complainif_notenoughargs(nargin,2,’plotwavelets’);.
Package: ltfat