.. _auto_complexcurve_atov: *CONVERT COMPLEX CURVE TO VELOCITY* =================================== Converts a complex (acceleration) curve to a velocity curve by integrating the input signal over time. Use this worker when you need the velocity time-history derived from an acceleration-domain complex curve. When to use ----------- Classification: **process**. Tagged: ``acceleration_to_velocity``, ``atov``, ``complex_curve``, ``curve_transform``, ``integration``, ``time_history``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Complex Curve - complex_curve - vector - — - - Complex (acceleration) curve to be integrated into velocity; supply a time-vs-acceleration vector — leave empty/optional if the curve is provided dynamically by an upstream worker. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - complexcurve_atov_output_1 - complexcurve_atov_output_1 - vector - Resulting velocity curve (time-vs-velocity vector) obtained by numerically integrating the input acceleration complex curve. Disciplines ----------- - data.curve.transform - data.signal_processing .. raw:: html
Auto-generated from transformation schema. Worker id: complexcurve_atov. Schema hash: 082e2afe09b6. Hand-curated docs in workerexamples/ override this page when present.