From f8b8ff078a9eccede330a4d997d132def65e7642 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 30 May 2019 17:41:54 +0200 Subject: [PATCH] Numerics: 4.8.0-beta02 api update --- api/MathNet.Numerics/Window.htm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/api/MathNet.Numerics/Window.htm b/api/MathNet.Numerics/Window.htm index 586ad924..faec62fd 100644 --- a/api/MathNet.Numerics/Window.htm +++ b/api/MathNet.Numerics/Window.htm @@ -250,6 +250,7 @@
  • LanczosPeriodic
  • Nuttall
  • Triangular
  • +
  • Tukey
  • @@ -428,6 +429,24 @@ Periodic version, useful e.g. for FFT purposes. + + +
    +

    Double[] Tukey(int width, double r)

    +
    Tukey tapering window. A rectangular window bounded +by half a cosine window on each side. + + +
    +
    Parameters
    + +
    int width
    +

    Width of the window

    +
    double r
    +

    Fraction of the window occupied by the cosine parts

    +
    + +