Click or drag to resize

FourierTransformerInverseTransform Method

Computes the inverse Fourier transform of the given series.

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

Parameters

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

Return Value

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