peak_finder 1.0.1

An algorithm for identifying peaks from line data, such as from accelerometer or spectral data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "peak_finder"
version = "1.0.1"
authors = ["Michael J Simms <msimms01@gmail.com>"]
readme = "../README.md"
description = "An algorithm for identifying peaks from line data, such as from accelerometer or spectral data."
repository = "https://github.com/msimms/PeakFinder/"
license = "MIT"
edition = "2018"

[dependencies]
csv = "1"