You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: