.. _auto_complexcurve_to_real: *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. When to use ----------- Classification: **process**. Tagged: ``"``, ``]``, ``_``, ``a``, ``c``, ``d``, ``e``, ``f``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - 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 ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - 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 .. raw:: html
Auto-generated from transformation schema. Worker id: complexcurve_to_real. Schema hash: 442867bb89db. Hand-curated docs in workerexamples/ override this page when present.