weighted_integration#

weighted_integration(weight_vec: ndarray, signal: ndarray) float[source]#

Computes the weighted integration.

Parameters:
  • weight_vec (ndarray) – Vector of integration weights

  • signal (ndarray) – Vector of input signal samples

Returns:

The result of the weighted integration.

Return type:

float