Contents Up Previous Next

Integrate

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Integrate a signal

Description

This function calculates the integral of the given signal x according to

with being the x-axis offset (shift) of the signal. Internally, a discrete summation is carried out taking into account the x-axis scale of the signal.

Macro Synopsis

y = Integrate(x);
signal x,y;

Modules

Student, Professional

Related Functions

Derive, Integral, AbsIntegral