Navigation

Operators and Keywords

Function List:

C++ API

Function File: output = upoembed (olens,orbit_data, delay)
Function File: output = upoembed (olens,orbit_data, delay, paramName, paramValue, …)

Creates delay coordinates for upo output.

Inputs

olens

This vector contains the periods that are generated by upo.

orbit_data

The orbit data that is generated by upo.

delay

The delay used to get the delay coordinates.

Parameter

m

The embedding dimension used [default = 2].

p

The period of the orbit to be extracted. This may be a vector [default = extract all orbit periods].

Output

A cell that contains the delay vectors for each orbit. The orbits are in the same order as they are in olens. Can be converted to matrix using str2mat (output).

See also: upo.

Algorithms

The algorithms for this functions have been taken from the TISEAN package.

Package: tisean