Create 2D delay
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Delay plot in the two dimensional phase space
Description
"Create 2D delay" creates a 2-dimensional delay plot that can
be used to display the attractor of the system in the 2-dimensional phase space of delay coordinates. The graph displayed shows the amplitude of the given signal versus itself, delayed by a certain number of samples.
Parameter is
- the time delay tau (number of samples).
Macro Synopsis
y = CreateDelay2D(x,tau);
signal x,y;
int tau;
Note that y is a plot signal.
Modules
Student, Professional
Related Functions
Create 3D delay, XY Signal.