Skip to main content

Integrate

Description

Integrate calculates the cumulative area under each selected time-history curve. Common uses include converting acceleration to velocity or velocity to displacement when the units and sign convention are appropriate.

When this feature is available

Integrate becomes available when the selected curves and settings meet the requirements.

For the selection to pass:

  • At least one curve must be selected.
  • The initial value must be numeric.

WebSAT enables Integrate when at least one curve is selected and a valid initial value is provided.

Settings

SettingDefaultEffect
Initial Value0Value of the integrated curve at time zero, in the output signal's units

How WebSAT processes the data

  1. Load each selected curve and convert its time axis to a consistent unit.
  2. Determine the interval between consecutive samples.
  3. Apply trapezoidal integration over each interval.
  4. Accumulate the interval contributions across the curve.
  5. Offset the integrated curve so its value at time zero equals the requested initial value.
  6. Assign the corresponding integrated signal units.
  7. Create and display the integrated curve while preserving the original.

Results

Each selected input produces a new cumulative curve.

Signal before integrationIntegrated signal
Example input and integrated output.

References

No injury criterion or external reference value is applied. The operation uses the trapezoidal rule.