interpolation is basically following a trend.
it is needed because one cannot always get enough data to get to where u want to go.
GPS units "interpolate" when they loose satellite reception which is why they appear to be tracking in tunnels.
Chat with our AI personalities
Interpolation in general is a way to determine intermediate values from a set of coordinates. Linear interpolation would be to fit a single linear function to the entire set of coordinates. Piecewise linear interpolation would then be to determine intermediate values from the set of coordinates by fitting linear functions between each set of coordinates. Connect-the-dots so to speak.
Linear interpolation is used as a method used in mathematics of constructing a curve that has the best fit to a series of points of data using linear polynomials.
Matlab has a lot of functions for interpolate, depending on what you're trying to do. You don't need a toolbox for it, either. Type "doc interp1" to get started and navigate the help file from there.
Interpolation is filling in the data points between the data that has already been collected. Extrapolation is filling in data points beyond the data that has already been collected, or extending the data.
Interpolation