signal_plotter¶
rfsoc_rfdc.plotter.signal_plotter
¶
Classes¶
SignalPlotter(title, auto_range=False)
¶
Base class for plotting ADC samples in the time domain.
Source code in rfsoc_rfdc/plotter/signal_plotter.py
RealSignalPlotter(title, auto_range=False)
¶
Bases: SignalPlotter
Plot real ADC samples in the time domain
Source code in rfsoc_rfdc/plotter/signal_plotter.py
ComplexSignalPlotter(title='Complex Signal Plot', auto_range=False)
¶
Bases: SignalPlotter
Plot complex ADC samples in the time domain