OVERLAY WITH ITS DERIVATIVE

Computes the derivative of an input curve and overlays it alongside the original, returning both as a combined vector output. Use this worker to visually compare a signal with its rate of change in a single plot.

When to use

Classification: process.

Tagged: curve, derivative, overlay, signal, transform.

Inputs

Label ID Type Default Required Description
Curve curve_plot vector   The input curve (X/Y vector) to be differentiated and overlaid; accepts any time-history or scalar signal — leave as default (null) if the curve will be wired at runtime.

Outputs

Label ID Type Description
Overlaid with its Derivative curve_overlay_with_derivative vector A combined vector containing both the original curve and its numerically computed derivative, ready for overlay plotting.

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=curve_overlay_with_derivative


Auto-generated from transformation schema. Worker id: curve_overlay_with_derivative. Schema hash: 762f7753b0b3. Hand-curated docs in workerexamples/ override this page when present.