COMPUTE VECTOR SUM OF COMPLEX CURVES¶
Computes the vector (component-wise) average of two complex curves, with optional time-axis synchronisation and cylindrical-coordinate support. Use this worker when you need a single mean curve from two multi-component vector signals.
When to use¶
Classification: process.
Tagged: average, complex_curves, curve_math, cylindrical, synchronisation, vector_sum.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve 1 | curve1 | vector | — | First complex (multi-component) vector curve to average; accepts multiple curves stacked as one input — leave empty if only a single source curve is available. | |
| Curve 2 | curve2 | vector | — | Second complex (multi-component) vector curve to average against Curve 1; optional — omit if the averaging set is fully supplied via Curve 1’s multi-value input. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| complexcurves_average_output_1 | complexcurves_average_output_1 | vector | Resulting averaged complex vector curve; same component structure as the inputs, with each component value being the arithmetic mean across the supplied curves at each time/x point. |
Disciplines¶
- data.curve.pair
- data.curve.transform
- data.signal_processing
Auto-generated from transformation schema. Worker id: complexcurves_average. Schema hash: 74ec88fb9159. Hand-curated docs in workerexamples/ override this page when present.