pybic.BicAn.PlotSpectro
- BicAn.PlotSpectro(*args, vLim=[], maxLine=-1.0)[source]
Plots absolute value of spectrogram.
- Parameters:
*args (list) – Input
FigureandAxesas[fig,ax]. Default behavior creates new figure and axes withsubplots().vLim (list) – Logarithmic y-limits of plot
[vmin,vmax], defaults to data range.maxLine (float) – Overplots peak of spectrogram vs time if
maxLine>=0. Nonnegative input also populates theInstFreqattribute!