COMPUTE VECTOR SUM OF COMPLEX CURVES¶
Computes the vector (Euclidean) sum of two or more complex curves, combining their real and imaginary (or magnitude/phase) components element-wise into a single resultant curve. Use this worker when you need to superpose multiple complex-valued signals or frequency-domain curves into one aggregate result.
When to use¶
Classification: process.
Tagged: complex_curves, element_wise, frequency_domain, superposition, vector_sum.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves | curves | vector | — | One or more complex curves (real/imaginary or magnitude/phase pairs) to be vector-summed together; accepts multiple curve objects in a batch — leave empty only if downstream logic provides curves dynamically. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| complexcurves_vector_sum_output_1 | complexcurves_vector_sum_output_1 | vector | Single complex curve representing the element-wise vector (Euclidean) sum of all input curves, preserving the same x-axis and complex format as the inputs. |
Disciplines¶
- data.curve.pair
- data.curve.transform
- data.signal_processing
Auto-generated from transformation schema. Worker id: complexcurves_vector_sum. Schema hash: e32aa4bfd16c. Hand-curated docs in workerexamples/ override this page when present.