Need to spline, wondering if possible to do this in a "best fit" way.

1 visualizzazione (ultimi 30 giorni)
Let me elaborate a little on what I'm trying to figure out. Let's say I have a set of 100 points, and I wanted a smooth curve for them, but their position is quite erratic (they follow the same general direction however). I need to fit this to a curve, but fitting all the points to one polynomial would be meaningless. Instead what I would like to do is imitate what the spline function does, however the spline function interpolates between points, what I would like to do is find the 2nd or 3rd degree polynomial of best fit for say intervals of 10 points and connect them together as a piecewise function, but like spline it needs to be smooth, as I need to be able to take the derivative at any of the points. Is there a way to do this?
  2 Commenti
KSSV
KSSV il 5 Lug 2017
Pick every ten points and use polyfit....won't it do what you want?
andi shahaj
andi shahaj il 5 Lug 2017
but i need the next polyfit to fit "smoothly" with the previous, meaning that the limit of the slope at the point where they are "tied" together needs to be the same for the two polyfits.

Accedi per commentare.

Risposte (1)

Greg Dionne
Greg Dionne il 7 Lug 2017
Try using sgolayfilt in the Signal Processing Toolbox.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by