FloatComplexForward2DFFT represents the forward discrete fourier transform of a 2D complex signal vector.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class FloatComplexForward2DFFT : FFT2DBase, 
	ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FloatComplexForward2DFFT _
	Inherits FFT2DBase _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class FloatComplexForward2DFFT : 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..::.FloatComplexForward2DFFT

See Also