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.
T Lagrange::interpolate | ( | const juce::Array< Point< T >> & | points, |
T | x | ||
) |
Referenced by DelayLine::readLagrange(), and DelayLine::readSampleLagrange().
T Lagrange::interpolate | ( | T | xArr[], |
T | yArr[], | ||
int | num, | ||
T | x | ||
) |