Create 3D delay
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Delay plot in the three dimensional phase space
Description
"Create 3D delay" creates a 3-dimensional delay plot (the
signal's trajectory in phase space) that can be used to display the
attractor of the system in the 3-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 and
delayed again by the same number of samples for the 3rd dimension.
Parameter is
- the coordinate delay tau (as number of samples).
Macro Synopsis
y = CreateDelay3D(x,tau);
signal x,y;
int tau;
Note that y is a plot signal.
Modules
Student, Professional
Related Functions
Create 2D delay, XYZ Signal.