Skip to content

mpiannucci/peakdetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

peakdetect

Converted from MATLAB script at http://billauer.co.il/peakdet.html

Usage

Download and install the repo

go get github.com/mpiannucci/peakdetect

Call it on a slice

import "github.com/mpiannucci/peakdetect"
...
v := [...]float64{0.0,1.0,2.0,1.0,0.0,-1.0,0.0,3.0,0.0}
mini, minv, maxi, maxv := peakdetect.PeakDetect(v[:], 1.0)

Documentation

https://godoc.org/github.com/mpiannucci/peakdetect

License

Converted by Matthew Iannucci

Original by Eli Billauer, 3.4.05 (Explicitly not copyrighted). This function is released to the public domain; Any use is allowed.

About

Peak Detection with Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages