Click or drag to resize

Altaxo.Calc.Fourier.Windows Namespace

[Missing <summary> documentation for "N:Altaxo.Calc.Fourier.Windows"]

Classes
 ClassDescription
Public classAbstractWindow Base class for window functions used in Fourier transforms. Provides helpers to compute window values in different container types and ranges.
Public classBartlettWindow Implements the Bartlett (triangular) window function.
Public classBartlettWindow2D Implements a 2D Bartlett window for data pretreatment prior to a 2D Fourier transformation.
Public classBlackmanHarrisWindow Implements the Blackman-Harris window function.
Public classBlackmanWindow Implements the Blackman window function.
Public classCosineWindow2D Implements a 2D Hanning window for data pretreatment prior to a 2D Fourier transformation.
Public classEllipticWindow2D Implements a 2D Elliptic window for data pretreatment prior to a 2D Fourier transformation.
Public classFlattopWindow Implements the Flattop window function.
Public classGaussianWindow Implements the Gaussian window function.
Public classGaussWindow2D Implements a 2D Gauss window (with a default sigma of 0.35) for data pretreatment prior to a 2D Fourier transformation.
Public classHammingWindow Implements the Hamming window function.
Public classHanningWindow Implements the Hanning window function.
Public classHanningWindow2D Implements a 2D Hanning window for data pretreatment prior to a 2D Fourier transformation.
Public classNuttallWindow Implements the Nuttall window function.
Public classParzenWindow2D Implements a 2D Parzen window for data pretreatment prior to a 2D Fourier transformation.
Public classRectangleWindow Implements the rectangular (box) window function.
Public classSuperGaussWindow2D Implements a 2D Gauss window (with a default sigma of 0.35) for data pretreatment prior to a 2D Fourier transformation.
Public classVonHannWindow Implements the Von Hann window function.
Public classWelchWindow Implements the Welch window function.
Interfaces
 InterfaceDescription
Public interfaceIWindows2D Common interface for 2D window functions to apply before.