Skip to content

Implements savitsky-golay filters in ruby, NArray, and NMatrix

License

Notifications You must be signed in to change notification settings

PsychoAnalytix/savgol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

savgol

provides implementations of savitsky-golay filtering using (dreamware right now) pure ruby, narray, and scriruby’s nmatrix.

It is based on the scipy implementation.

Examples

Everything is currently dreamware right now, still need to implement this thing

Array implementation

require 'savgol/array'

NArray implementation

require 'savgol/narray'

NMatrix implemenation

require 'savgol/nmatrix'

MIT license. See LICENSE.txt for more details.

About

Implements savitsky-golay filters in ruby, NArray, and NMatrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published