Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Savitzky–Golay filter #1

Open
spectre-ns opened this issue Oct 26, 2022 · 0 comments
Open

[Feature] Savitzky–Golay filter #1

spectre-ns opened this issue Oct 26, 2022 · 0 comments

Comments

@spectre-ns
Copy link
Collaborator

Savitzky–Golay filters are useful for filtering spikey datasets without modifying the location of those peaks. They were originally designed to filter spectroscopy data. Often 'SG' filters are shown to be the result of solving a least squares polynomial fit of local data however it can also be implemented using a more traditional convolution kernel like a FIR filter.

https://en.wikipedia.org/wiki/Savitzky%E2%80%93Golay_filter
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.savgol_filter.html?highlight=savitzky

@spectre-ns spectre-ns changed the title Savitzky–Golay filter [Feature] Savitzky–Golay filter Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant