Click or drag to resize

FourierTransformer Constructor (Int32)

Initializes a new instance of the Fourier transformer.

Namespace:  Meta.Numerics.SignalProcessing
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public FourierTransformer(
	int size
)

Parameters

size
Type: SystemInt32
The series length of the transformer, which must be positive.
See Also