Contents Up Previous Next

AbsIntegral

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Absolute integral of a signal (Macro only)

Description

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

by performing a discrete summation of the absolute signal sample values and rescaling the result with the signal scale.

Macro Synopsis

a = AbsIntegral(x);
signal x;
float a;

Modules

Basic

Related Functions

Integral, Integrate, Signal info