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

Function xyMaximaY

  • xyMaximaY(data: DataXY, options?: XGetFromToIndexOptions): PointWithIndex[]
  • Finds all the max 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/xyMaximaY.ts:17

Settings

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