• Preparing search index...
  • The search index is not available
ml-spectra-processing
  • ml-spectra-processing
  • xyMinimaY

Function xyMinimaY

  • xyMinimaY(data: DataXY, options?: XGetFromToIndexOptions): PointWithIndex[]
  • Finds all the min values If the values are equal the middle of the equal part will be the position of the signal!

    Parameters

    • data: DataXY

      Object that contains property X (an ordered increasing array) and y (an arraY)

    • options: XGetFromToIndexOptions = {}

      Object with from and to properties

    Returns PointWithIndex[]

    • Array of points.
    • Defined in src/xy/xyMinimaY.ts:17

Settings

Member Visibility
ml-spectra-processing
  • Loading...