CONVERT COMPLEX CURVE TO REAL¶
Extracts the real part of a complex-valued curve (vector), discarding the imaginary component. Use this worker when upstream frequency-domain or signal-processing steps produce complex outputs and only the real component is needed for further analysis or plotting.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve | curve | vector | — | Complex-valued input curve (vector of complex numbers, e.g. from an FFT or frequency-response operation); optional — leave disconnected only if the worker is being used in a no-op/passthrough context. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| complexcurve_to_real_output_1 | complexcurve_to_real_output_1 | vector | Real-part curve extracted from the input complex curve; a real-valued vector of the same length as the input, suitable for plotting or downstream real-valued processing. |
Disciplines¶
- data.curve.transform
- data.signal_processing
Auto-generated from transformation schema. Worker id: complexcurve_to_real. Schema hash: 442867bb89db. Hand-curated docs in workerexamples/ override this page when present.