From 0b84c34903dda9870ab8846f61dbb5a42f8f301f Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Fri, 3 Jul 2020 11:44:26 +0930 Subject: [PATCH] dsp/window: add comment explaining origin of documentation --- dsp/window/doc.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dsp/window/doc.go b/dsp/window/doc.go index 5112518b..a5550456 100644 --- a/dsp/window/doc.go +++ b/dsp/window/doc.go @@ -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.