Gin
|
Lagrange interpolation is a simple way to obtain a smooth curve from a set of discrete points. More...
Functions | |
template<typename T > | |
T | interpolate (const juce::Array< Point< T > > &points, T x) |
template<typename T > | |
T | interpolate (T xArr[], T yArr[], int num, T x) |
Lagrange interpolation is a simple way to obtain a smooth curve from a set of discrete points.
Referenced by DelayLine::readLagrange(), and DelayLine::readSampleLagrange().