Function: plotwmdct
PLOTWMDCT  Plot WMDCT coefficients
  Usage: plotwmdct(coef);
         plotwmdct(coef,fs);
         plotwmdct(coef,fs,dynrange);

  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.

Url: http://ltfat.github.io/doc/gabor/plotwmdct.html

See also: wmdct, tfplot, sgram, plotdgt.

Package: ltfat