Method ao/plotSpectrogram


  PLOTSPECTROGRAM plots a spectrogram (ao/tfmap) object.
  
  CALL:
             plotSpectrogram(tfmap)
             plotSpectrogram(tfmap, tsdata)
 
  If a time-series AO is also supplied, it will be plotted on another set
  of axes below the spectrogram.
  
  Parameters Description
  
  CREATED: M Hewitson 2012-03-10
 
  VERSION: $Id$
 
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
CRANGE [] none The range for the z data of the spectrogram.
XRANGE [] none The x range for both the spectrogram and time-series.
YRANGE1 [] none The y range for the spectrogram.
YRANGE2 [] none The y range for the time-series.
YSCALE 'log'
  • 'lin'
  • 'log'
The scale for the y axis of the spectrogram.
COLORMAP 'bone' none The colormap to use for the spectrogram. See >> doc colormap.
POSITION 'below'
  • 'below'
  • 'above'
  • 'overlay'
Specify where to plot the time-series.
back to top back to top

Some information of the method ao/plotSpectrogram are listed below:
Class name ao
Method name plotSpectrogram
Category Signal Processing
Package name LPF_DA_Module
VCS Version 9261be27dd1a3f454871757ac6dc9e0fb5b06f94
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team