COMPUTE THE RMS FROM TWO OR MORE CURVES¶
Computes the Root Mean Square (RMS) curve from two or more input curves. Use this worker when you need a single RMS-averaged representation of a set of time-history or signal curves.
When to use¶
Classification: process.
Tagged: curve_math, rms, root_mean_square, signal_averaging, time_history.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve 1 | curve1 | vector | — | Base curve (or collection of curves) over which the RMS is computed; accepts multiple curves via the multi-select vector input — at least one curve must be provided here. | |
| Curve 2 | curve2 | vector | — | Optional secondary curve(s) to include in the RMS calculation; required only when the base curves in curve1 do not already contain all desired members of the set. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_rms_output_1 | curves_rms_output_1 | vector | Single output curve representing the RMS of all supplied input curves, sharing the same x-axis domain and units as the inputs. |
Disciplines¶
- data.curve.pair
- data.signal_processing
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_rms
Auto-generated from transformation schema. Worker id: curves_rms. Schema hash: 85a434abb022. Hand-curated docs in workerexamples/ override this page when present.