Skip to content

halleysfifthinc/Peaks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peaks.jl

version pkgeval stable-docs dev-docs CI codecov Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Peaks.jl contains peak (local extrema) finding functions for vector data. Visit the documentation for a complete introduction, how-to guide, and reference. Contributions welcome.

signal-with-peaks-prominences-and-widths

Features

  • Find peak (maxima or minima) locations, height, prominence, and width
    • Filter peaks by peak spacing (window size), height, prominence, and width (including "Full Width Half Maximum (FWHM)")
  • Fully supports NaN/missing with optional tolerance using keyword arg strict:
    • Conventional handling/propagation of NaN/missing when strict = true (the default)
    • Reasonable alternatives when strict = false

Related