pybic.BicAn.PlotPowerSpec
- BicAn.PlotPowerSpec(*args, vLim=[])[source]
Plots time average (or slice) 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.
Note
The
PlotSliceattribute allows plotting a slice of spectrogramsg[:,PlotSlice,:]. Defaults to time average whenNone.