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
Currently I'm using an EMA filter to make a trend line for the data, but the jagged edges between the data points don't look great.
I'd like to set up spline interpolation between the data points, but finding a good way to do that without requiring a lot of data points is tricky. Found the following resources though:
Pulled from a comment on #41:
Currently I'm using an EMA filter to make a trend line for the data, but the jagged edges between the data points don't look great.
I'd like to set up spline interpolation between the data points, but finding a good way to do that without requiring a lot of data points is tricky. Found the following resources though:
From the wiki page and a couple posts on SO it seems like Catmull Rom splines are the way to go
The text was updated successfully, but these errors were encountered: