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¶
| 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¶
| 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
Auto-generated from transformation schema. Worker id: complexcurve_atov. Schema hash: 082e2afe09b6. Hand-curated docs in workerexamples/ override this page when present.