dsp/window: add Tukey

This commit is contained in:
Brandon Dube
2020-09-08 04:58:33 -07:00
committed by GitHub
parent 2599150152
commit 4df152a50f
3 changed files with 113 additions and 36 deletions

View File

@@ -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.
//