dsp/window: add comment explaining origin of documentation

This commit is contained in:
Dan Kortschak
2020-07-03 11:44:26 +09:30
parent e049b5c72d
commit 0b84c34903

View File

@@ -46,3 +46,7 @@
// 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"
// The article at http://www.dsplib.ru/content/win/win.html is the origin
// of much of the information used in this package. It is in Russian, but
// Google translate does a pretty good job with it.