|
function | DSO_v1 (in param) |
| Class constructor. More...
|
|
function | traverse (in obj, in varargin) |
| Gathers information about signal, plots. More...
|
|
function | traverseNode (in obj) |
| Set unique ID when creating a unit. More...
|
|
function | connectOutput (in obj, in uobj, in unitOutput, in nextUnitInput) |
| Specify where signal should go next. More...
|
|
function | connectOutputs (in obj, in units, in destInputs) |
| Specify where signal should go next. More...
|
|
function | writeInputBuffer (in obj, in sig, in inputId) |
| write input buffer
|
|
function | horzcat (in varargin) |
| horizontal concatenation
|
|
function | vertcat (in varargin) |
| vertical concatenation
|
|
function | setparams (in obj, in params, in REQUIRED_PARAMS, in QUIET_PARAMS) |
| set parameters More...
|
|
function | view (in obj) |
| Show interactive GUI through unit_view-class.
|
|
|
static function | plot (in varargin) |
| Main plotting function. More...
|
|
static function | plotSignal (in y, in Nss, in Fs) |
|
static function | plotSignalFig (in y, in Nss, in Fs, in h) |
|
static function | initPlot (in h, in y, in Nss) |
|
static function | plotSpectrum (in y, in Nss, in Fs) |
|
static function | plotEye (in varargin) |
|
static function | plotConstellation (in varargin) |
|
static function | plotTimeSignal (in y, in Nss) |
|
static function | ylim_time (in y) |
|
Digital storage oscilloscope.
It shows what's going on in your signal(s). Adapts to the number of channels to show constellations or just eye diagrams. Requires a modulated signal with integer number of samples per symbol.
Learns most information from the signal - it is best to not pass parameters yourself.
While debugging, you can call the static method DSO_v1.plot(signal_interface object) or DSO_v1.plotSignal(y, Nss, Fs) to see how your signal looks.
- Author
- Miguel Iglesias Olmedo
- Version
- 1
Definition at line 21 of file DSO_v1.m.