Click or drag to resize

FourierTransformerTransform Method

Computes the Fourier transform of the given series.

Namespace:  Meta.Numerics.SignalProcessing
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Complex[] Transform(
	IList<Complex> values
)

Parameters

values
Type: System.Collections.GenericIListComplex
The series to transform.

Return Value

Type: Complex
The discrete Fourier transform of the series.
See Also