CREATE A SAMPLE COMPLEX CURVE¶
Generates a sample complex curve (with both real and imaginary components) for use in downstream curve processing or testing workflows. Provide an optional curve name to label the output; if omitted, a default sample curve is created.
When to use¶
Classification: process.
Tagged: complex_curve, curve_generation, sample, test_data, transformations.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve Name | curve_name | scalar | — | Optional name/label to assign to the generated sample complex curve; leave blank to use the default naming scheme. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| complexcurve_sample_output_1 | complexcurve_sample_output_1 | vector | The generated sample complex curve as a vector of complex-valued data points (real + imaginary pairs), ready for downstream curve operations. |
Disciplines¶
- data.curve.transform
Auto-generated from transformation schema. Worker id: complexcurve_sample. Schema hash: 5be80a887642. Hand-curated docs in workerexamples/ override this page when present.