ManagedFftOfSingle Constructor

Constructs a new managed FFT implementation.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.0
C#
public ManagedFftOfSingle(
	FftDomain domain,
	int length
)

Parameters

domain  FftDomain
An FftDomain value that specifies whether the forward transform is of a real or a complex signal.
length  Int32
The length of the transform.

See Also