COMPUTE THE MIN MAX BOUNDS AND RETURN THE MEAN VALUES¶
Applies a min-max bounding algorithm to a curve to reduce noise, then returns the mean-bounded result as a new curve. Use this worker when you need to smooth or constrain a signal by collapsing it to its min/max envelope mean.
When to use¶
Classification: process.
Tagged: bounding, curve, envelope, mean, min_max_bound, noise_reduction, transformations.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve | curve | vector | — | Input curve (X/Y vector) to be min-max bounded; a simple bounding algorithm is applied to reduce noise — leave unconnected if no curve is available, as the input is optional. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_min_max_bound_output_1 | curve_min_max_bound_output_1 | vector | Resulting bounded curve (X/Y vector) after the min-max bounding algorithm has been applied, representing the mean values within the computed min/max envelope. |
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_min_max_bound
Auto-generated from transformation schema. Worker id: curve_min_max_bound. Schema hash: dda72acfa805. Hand-curated docs in workerexamples/ override this page when present.