//
pkg.gl
Category
github.com/jamestunnell/go-dsp
interpolate
package
0.3.0
Repository:
https://github.com/jamestunnell/go-dsp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
24 SLOC
#
Functions
Cubic
Cubic performs 4-point, 3rd-order (cubic) Hermite interpolation (x-form).
Linear
Linear performs linear interpolation between two points.