NORMALIZE AND SCALE Y VALUES

Normalizes and scales the Y values of a curve by a given scalar multiplier. Use this worker when you need to compress, expand, or normalize the amplitude of a curve before further processing or comparison.

When to use

Classification: process.

Tagged: amplitude, compress, curve_transform, normalize, scale, y-axis.

Inputs

Label ID Type Default Required Description
Curve To Be Normalized curvetobenormalized vector   The input curve whose Y values will be scaled; provide as an XY vector (e.g., time-history or force-displacement curve). Optional — leave empty only if the curve is supplied programmatically upstream.
Scale Y scale_y scalar 1.0   Scalar multiplier applied to every Y value of the curve (dimensionless); defaults to 1.0 (no change). Set to values less than 1 to compress, greater than 1 to expand the amplitude.

Outputs

Label ID Type Description
curve_compress_y_output_1 curve_compress_y_output_1 vector The transformed curve with Y values multiplied by scale_y; retains the original X values and units of the input curve.

Disciplines

  • data.curve.transform

Runnable example

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


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