Documentation ¶ Index ¶ func Upsample(input []float64, upsampleFactor float64) ([]float64, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Upsample ¶ func Upsample(input []float64, upsampleFactor float64) ([]float64, error) Upsample performs upsampling using polynomial interpolation. The input size must be >= 4 The upsample factor must be > 1. Returns non-nil error in case of failure. Types ¶ This section is empty. Source Files ¶ View all Source files upsample.go Click to show internal directories. Click to hide internal directories.