Skip to content

ruozhuochen/savitzky-golay-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Savitzky Golay Filter

Purpose

This project is based on https://github.com/swallez/savitzky-golay-filter, which originated from https://code.google.com/p/savitzky-golay-filter

Modification

Modified with code from https://github.com/swallez/savitzky-golay-filter issues, which an user has provided a modified implementation based on the commons-math3.

POM

<dependency>
  <groupId>io.github.ruozhuochen</groupId>
  <artifactId>savitzky-golay-filter</artifactId>
  <version>1.0.1</version>
</dependency>