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>

About

savitzky golay filter implemented in Java

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%