diff options
Diffstat (limited to 'doc/source/reference/routines.window.rst')
-rw-r--r-- | doc/source/reference/routines.window.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/reference/routines.window.rst b/doc/source/reference/routines.window.rst new file mode 100644 index 000000000..7f3414815 --- /dev/null +++ b/doc/source/reference/routines.window.rst @@ -0,0 +1,16 @@ +Window functions +================ + +.. currentmodule:: numpy + +Various windows +--------------- + +.. autosummary:: + :toctree: generated/ + + bartlett + blackman + hamming + hanning + kaiser |