Robochameleon  v1.0
Functions
pconst.m File Reference

Fast plot constellation of signal. More...

Go to the source code of this file.

Functions

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

Detailed Description

Fast plot constellation 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 can be both signal_interfaces or double vectors
pconst(s1, s2); % Plot over previous figure
Author
Rasmus Jones
Version
1

Definition in file pconst.m.

Function Documentation

function pconst ( in  varargin)

Fast plot real and imaginary part of signal.

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