mirror of
https://github.com/gonum/gonum.git
synced 2025-10-07 08:01:20 +08:00
dsp/window: add Tukey
This commit is contained in:
@@ -6,7 +6,7 @@ package window
|
||||
|
||||
import "math"
|
||||
|
||||
// Rectangular modifies seq in place by the Rectangular window and returns the result.
|
||||
// RectangularComplex modifies seq in place by the Rectangular window and returns the result.
|
||||
// See https://en.wikipedia.org/wiki/Window_function#Rectangular_window and
|
||||
// https://www.recordingblogs.com/wiki/rectangular-window for details.
|
||||
//
|
||||
|
Reference in New Issue
Block a user