Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Calc.Fourier.Windows"]
| Class | Description | |
|---|---|---|
| AbstractWindow | Base class for window functions used in Fourier transforms. Provides helpers to compute window values in different container types and ranges. | |
| BartlettWindow | Implements the Bartlett (triangular) window function. | |
| BartlettWindow2D | Implements a 2D Bartlett window for data pretreatment prior to a 2D Fourier transformation. | |
| BlackmanHarrisWindow | Implements the Blackman-Harris window function. | |
| BlackmanWindow | Implements the Blackman window function. | |
| CosineWindow2D | Implements a 2D Hanning window for data pretreatment prior to a 2D Fourier transformation. | |
| EllipticWindow2D | Implements a 2D Elliptic window for data pretreatment prior to a 2D Fourier transformation. | |
| FlattopWindow | Implements the Flattop window function. | |
| GaussianWindow | Implements the Gaussian window function. | |
| GaussWindow2D | Implements a 2D Gauss window (with a default sigma of 0.35) for data pretreatment prior to a 2D Fourier transformation. | |
| HammingWindow | Implements the Hamming window function. | |
| HanningWindow | Implements the Hanning window function. | |
| HanningWindow2D | Implements a 2D Hanning window for data pretreatment prior to a 2D Fourier transformation. | |
| NuttallWindow | Implements the Nuttall window function. | |
| ParzenWindow2D | Implements a 2D Parzen window for data pretreatment prior to a 2D Fourier transformation. | |
| RectangleWindow | Implements the rectangular (box) window function. | |
| SuperGaussWindow2D | Implements a 2D Gauss window (with a default sigma of 0.35) for data pretreatment prior to a 2D Fourier transformation. | |
| VonHannWindow | Implements the Von Hann window function. | |
| WelchWindow | Implements the Welch window function. |
| Interface | Description | |
|---|---|---|
| IWindows2D | Common interface for 2D window functions to apply before. |