mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +08:00
dsp/window: use half offset to exclude flanking zeros
This commit is contained in:
@@ -40,4 +40,9 @@
|
||||
//
|
||||
// The ɣ_max parameter is the maximum level of the side lobes of the
|
||||
// normalized spectrum, in decibels.
|
||||
//
|
||||
// Window interval
|
||||
//
|
||||
// The window intervals used in the window functions are offset by a half
|
||||
// to ensure that the window extends to exclude the flanking zeros.
|
||||
package window // import "gonum.org/v1/gonum/dsp/window"
|
||||
|
Reference in New Issue
Block a user