Data=>Find PlateausΒΆ

This command detects plateaus in a given signal based on configurable Y and X constraints. A plateau is identified when the signal remains stable within a defined Y detection range while also satisfying a stability condition defined by the tolerance.

A valid plateau is a continuous signal segment that:

  • Remains within the defined Y range

  • Stays stable within the specified tolerance (no excessive variation inside the plateau)

  • Satisfies the X-duration constraints

Only segments fulfilling all conditions are considered valid plateaus.

../../_images/DataFindPlateaus-en.png

dy_tol

Plateau is found if data is within dy_tol tolerance.

y_min_threshold

y_min_threshold minimum Y value to detect a plateau.

y_max_threshold

y_max_threshold minimum Y value to detect a plateau.

dx_min

dx_min minimum duration to detect a plateau

dx_max

dx_max dx_max duration to detect a plateau

History

Version

Beschreibung

R2026.3

New.

id-785710