COMPUTE THE DERIVATIVE OF CURVES

Computes the numerical derivative of one or more input curves (dy/dx). Use this worker whenever you need rate-of-change signals — e.g. velocity from displacement, acceleration from velocity, or force-rate from a force–time history.

When to use

Classification: process.

Tagged: curve, derivative, differentiation, dy/dx, rate_of_change, signal, transform.

Inputs

Label ID Type Default Required Description
Curve 1 curve1 vector   One or more input curves (x–y vector pairs) to differentiate; accepts multiple curves in a single pass — leave unconnected only if downstream logic supplies curves dynamically.

Outputs

Label ID Type Description
curves_derive_output_1 curves_derive_output_1 vector Derived curve(s) (x–y vector pairs) whose y-values represent dy/dx of the corresponding input curve(s), sampled at the same x-points as the input.

Disciplines

  • data.curve.transform
  • data.signal_processing

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_derive


Auto-generated from transformation schema. Worker id: curves_derive. Schema hash: 8914cc67d5b0. Hand-curated docs in workerexamples/ override this page when present.