This is where navigation should be.

PLOTWAVELETS - Plot wavelet coefficients

Usage

plotwavelets(c,info,fs)
plotwavelets(c,info,fs,'dynrange',dynrange,...)

Description

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.