Peaks.jl

version downloads stable-docs

code
julia
Find peaks (local extrema) of signals
Author

Allen Hill

Published

Mar 2018

Precompiling Peaks
  ✓ SIMD
  ✓ Peaks
  2 dependencies successfully precompiled in 5 seconds. 3 already precompiled.

Peaks.jl is a library for finding peaks (i.e. local maxima and minima) and peak characteristics (e.g. prominence, width, etc) in vector (1D) data signals.

Peak finding has been a foundational analytical step in every analysis during my graduate studies. When I started exclusively using Julia in 2018, there was no package or functionality that met my needs, such as:

Peaks.jl is the product of my efforts to implement similar peak finding capabilities as I depended on in MATLAB. Peaks.jl is extensively tested and has features to: