Click or drag to resize

FourierTransformer.InverseTransform 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.Generic.IList<Complex>
The series to invert.

Return Value

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