Numerics. NET. Signal Processing Namespace
The Numerics.NET.SignalProcessing namespace contains classes for Fourier transforms and related operations.
Classes
Complex | Represents a complex matrix that is the Fourier transform of a real signal. |
Complex | Represents a complex vector that is the Fourier transform of a real signal. |
Fft<T> | Represents a discrete one-dimensional Fourier Transform implementation. |
Fft2D<T> | Represents a discrete 2-dimensional Fourier Transform implementation. |
Fft | Represents a discrete Fourier Transform implementation. |
Fft | Provides access to a specific FFT implementation. |
Managed | Represents a managed FFT implementation. |
Managed | Represents a managed two-dimensional FFT implementation. |
Managed | Represents a managed two-dimensional FFT implementation. |
Managed | Represents a managed FFT implementation. |
Managed | Represents the provider of managed FFT implementations. |
Managed | Represents the provider of managed FFT implementations. |
Smoothing | Contains methods for removing noise from signals. |
Window | Represents a Window function. |
Window | Contains methods to generate common window functions. |
Enumerations
Fft | Enumerates the source domains for a Fourier transform. |
Padding | Enumerates the ways signals may be padded at the boundaries. |
Real | Enumerates the possible values for the format of a real Fourier transform. |
Window | Enumerates the behaviour of a window function. |