Contents Up Previous Next

XY Signal

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Generate XY signal

Description

This function creates a two-dimensional (x,y) plot from two selected data sets. The first serves as array of x-coordinates, the second provides the y-coordinates.

Warning: Note that if the input signals have different x-axis scales (sampling periods), the signal with the largest scale will be adapted automatically by interpolating between successive sample points. The type of interpolation can be set in the Basic Options menu.


Macro Synopsis

w = XY_Signal([x,y]);
signal w,x,y;

Note that w is a 2D plot signal.


Modules

Student, Professional

Related Functions

XYZ Signal, Create 2D delay