Interactive plotting
Interactive plots use Interact.jl
to build a simple GUI to allow viewing of long signals.
SignalAnalysis.iplot
— Methodiplot(s; fs, t0, legend, size, ylabel, kwargs...)
Plots interactive timeseries of the signal.
SignalAnalysis.ispecgram
— Methodispecgram(s; fs, nfft, noverlap, window, t0, size, kwargs...)
Plots interactive spectrogram of the signal.