Robochameleon  v1.0
Functions
preim.m File Reference

Fast plot real and imaginary part of signal. More...

Go to the source code of this file.

Functions

function preim (in varargin)
 Fast plot real and imaginary part of signal. More...
 

Detailed Description

Fast plot real and imaginary part of signal.

Works both with signal_interface and vectors of double. Detect correctly the hold state. (Will disable it at the end).

Example:

%s1, s2, s3 can be both signal_interfaces or double vectors
preim(s1);
hold on;
preim(s2, s3); % Plot over previous figure
Author
Simone Gaiarin
Version
1

Definition in file preim.m.

Function Documentation

function preim ( in  varargin)

Fast plot real and imaginary part of signal.

Parameters
vararginMultiple signal_interface or double vectors (don't mix them!)