Navigation

Operators and Keywords

Function List:

C++ API

Function File: output = c2d (c1_out)
Function File: output = c2d (c1_out, iav)

This program calculates the local slopes by fitting straight lines onto c1 correlation sum data (the ’c1’ field of the c1 output).

Inputs

c1_out

The output of function c1.

iav

Set what range the average should be calculated on (-iav, …, +iav) [default = 1].

Output

The output is a struct array of the same length as the input. It contains the following fiels:

dim

The dimension for each matrix d.

d

Contains the local slopes of the logarithm of the correlation sum.

See also: c1, d2.

Algorithms

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

Package: tisean