CONVERT COMPLEX CURVE TO AMPLITUDE¶
Converts a complex-valued curve (real + imaginary components stored as a vector) into its amplitude (magnitude) representation by computing √(re² + im²) at each point. Use this worker when frequency-domain or other complex signals need to be reduced to a scalar magnitude curve for plotting or further analysis.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Complex Curve | complex_curve | vector | — | Complex-valued input curve supplied as a vector of interleaved or paired real/imaginary values (e.g., output of an FFT); leave unconnected if a passthrough or default identity behaviour is acceptable. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| complexcurve_to_amp_output_1 | complexcurve_to_amp_output_1 | vector | Amplitude (magnitude) curve computed as √(re² + im²) for each sample of the input complex curve; values are real, non-negative, and share the same abscissa as the input. |
Disciplines¶
- data.curve.transform
- data.signal_processing
Auto-generated from transformation schema. Worker id: complexcurve_to_amp. Schema hash: 0ab5e95a74a4. Hand-curated docs in workerexamples/ override this page when present.