This is where navigation should be.

PLOTWMDCT - Plot WMDCT coefficients

Usage

plotwmdct(coef);
plotwmdct(coef,fs);
plotwmdct(coef,fs,dynrange);

Description

plotwmdct(coef) plots coefficients from wmdct.

plotwmdct(coef,fs) does the same assuming a sampling rate of fs Hz of the original signal.

plotwmdct(coef,fs,dynrange) additionally limits the dynamic range.

C=plotwmdct(...) returns the processed image data used in the plotting. Inputting this data directly to imagesc or similar functions will create the plot. This is useful for custom post-processing of the image data.

plotwmdct supports all the optional parameters of tfplot. Please see the help of tfplot for an exhaustive list.