Index
CPlotSpecTimeEnergy/CPlotSpecTimeEnergy
 obj = CPlotSpecTimeEnergy(iPlotAtEvery, TimeDimension, caAmplitudeColors, fig, bLog, iMaxPointsInPlot)
 obj = CPlotSpecTimeEnergy(iPlotAtEvery, TimeDimension, caAmplitudeColors, bLog, iMaxPointsInPlot)
 obj = CPlotSpecTimeEnergy(iPlotAtEvery, TimeDimension, caAmplitudeColors, bLog)
  iPlotAtEvery - the plot will be updatet every iPlotAtEvery steps
  TimeDimension -
  caAmplitudeColors - cell array of line specifications for
  consecutive amplitudes (for example 3 amplitudes: {'r', 'g', 'b'}
  fig - id (number) of figure to use for plotting
  bLog - if true, spectrum and time profile will be ploted with
  semilogy (log scle),  linear scale otherwise.