Click or drag to resize
DigitalRuneFastFourierTransformF Constructor
Initializes a new instance of the FastFourierTransformF class.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public FastFourierTransformF(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The max. capacity to reserve for internal buffers. For 2D FFT, this must be the size of largest dimension of the 2D array. For example: To transform an array with 256x512 values, use a capacity of 512.
See Also