Robochameleon  v1.0
Functions
pabsang.m File Reference

Fast plot power envelope and phase of signal. More...

Go to the source code of this file.

Functions

function pabsang (in varargin)
 Fast plot power envelope and phase of signal. More...
 

Detailed Description

Fast plot power envelope and phase 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
pabsang(s1);
hold on;
pabsang(s2, s3); % Plot over previous figure
Author
Simone Gaiarin
Version
1

Definition in file pabsang.m.

Function Documentation

function pabsang ( in  varargin)

Fast plot power envelope and phase of signal.

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