DoubleForward2DFFT represents the forward discrete fourier transform of a 2D real signal vector.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class DoubleForward2DFFT : FFT2DBase, ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class DoubleForward2DFFT _ Inherits FFT2DBase _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class DoubleForward2DFFT : public FFT2DBase, ICloneable |
Remarks
The forward FFT is defined to have a negative exponent in the transform with a default
scale factor of 1.0.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Core..::.FFT2DBase
CenterSpace.NMath.Core..::.DoubleForward2DFFT
CenterSpace.NMath.Core..::.FFT2DBase
CenterSpace.NMath.Core..::.DoubleForward2DFFT