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