Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 458 Bytes

peaks-analysis

An algorithm to detect peaks/valleys in noisy signals

Release History

  • 0.5.0
    • MAINTENANCE: Added doc for C++ functions.
  • 0.4.0
    • FEATURE: New C-API function compute_peak_statistics.
  • 0.3.0
    • FEATURE: Compute peak area (area of type A1 and A2).
  • 0.2.0
    • FEATURE: Computation of more peak info (peak max value retention time, peak max value, etc.).
  • 0.1.0
    • FEATURE: Added codebase (C/C++ modules were added).