Function: plotdgtreal
PLOTDGTREAL  Plot DGTREAL coefficients
  Usage: plotdgtreal(coef,a,M);
         plotdgtreal(coef,a,M,fs);
         plotdgtreal(coef,a,M,fs,dynrange);

  PLOTDGTREAL(coef,a,M) plots Gabor coefficient from DGTREAL. The
  parameters a and M must match those from the call to DGTREAL.

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

  PLOTDGTREAL(coef,a,M,fs,dynrange) additionally limits the dynamic
  range.

  C=PLOTDGTREAL(...) 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.

  PLOTDGTREAL supports all the optional parameters of TFPLOT. Please
  see the help of TFPLOT for an exhaustive list.

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

See also: dgtreal, tfplot, sgram, plotdgt.

Package: ltfat