Integral
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Integral of a signal (Macro only)
Description
This function calculates the integral of the given signal x according to
by performing a discrete summation of the signal sample values and rescaling the result with the signal scale.
Macro Synopsis
a = Integral(x);
signal x;
float a;
Modules
Basic
Related Functions
AbsIntegral, Integrate, INFO