FFTConfiguration contains all of the FFT configuration state to efficiently compute a FFT. This class is typically used in conjunction with the GeneralxDFFT set of classes to configure FFT's with offset and strided signal data.

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

Syntax

C#
[SerializableAttribute]
public sealed class FFTConfiguration : ICloneable, 
	IDisposable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class FFTConfiguration _
	Implements ICloneable, IDisposable
Visual C++
[SerializableAttribute]
public ref class FFTConfiguration sealed : ICloneable, 
	IDisposable

Remarks

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.FFTConfiguration

See Also