Signal Filtering Functions
Functions that provide functionality of generating output signal based on the input signal like signal integral, etc.
Signal Integral
Integral
Compute the indefinite integral of a given signal. The i-th element is computed to be
\[
s'_i = \sum_0^i s_j
\]