<< imextrac Other integ2d >>

Time Frequency Toolbox >> Time Frequency Toolbox > Other > integ

integ

Approximate integral.

Calling Sequence

SOM=INTEG(Y,X)

Parameters

Y :

N-row-vector (or MxN-matrix) to be integrated (along each row).

X :

N-row-vector containing the integration path of Y (default : 1:N)

SOM :

value (or Mx1 vector) of the integral

Description

integ approximates the integral of vector Y according to X.

Examples

Y = altes(256,0.1,0.45,10000)'; X = (0:255);
SOM = integ(Y,X)

See also

Authors

<< imextrac Other integ2d >>