mljs / savitzky-golay

Savitzky–Golay filter
https://mljs.github.io/savitzky-golay/modules.html
MIT License
34 stars 1 forks source link

Border effects #9

Closed targos closed 9 years ago

targos commented 9 years ago

All the filters should be able to deal with the border effect. The way to deal with the border could be an option.

It should use the project pad-array (that has to be created)

maasencioh commented 9 years ago

hello @targos, what do you mean with the project pad-array? thanks

targos commented 9 years ago

I created it : https://github.com/mljs/pad-array

We can take a little time to talk about it during the meeting for hds

targos commented 9 years ago

array padding is a general transformation that may be needed in other places, so we should better do it in its own library