Interactive plotting

Interactive plots use InteractiveViz.jl to allow viewing of long signals.

InteractiveViz.iplot!Method
iplot!(s; kwargs...)

Plots interactive timeseries of the signal over a previous plot.

InteractiveViz.iplotMethod
iplot(s, args; kwargs...)

Plots interactive timeseries of the signal.

SignalAnalysis.ispecgramMethod
ispecgram(s; fs, nfft, noverlap, window, pooling, kwargs...)

Plots interactive spectrogram of the signal.