Skip to main content

Average

Overview

This signal operation finds the average of one or more signals.

Required Inputs

  • Time History Signal(s)

Calculation

  1. Calculates the total sum of the signal's values
  2. Divides the calculated sum value be the number of values within signal
Average=(x=1nf(x))nAverage = \frac{(\sum_{x=1}^{n} f(x))}{n}
  • f(x) represents function created from signal
  • n represents number of data points within signal
  • if multiple signals are selected, the averages of each signal are then averaged together