FourierTransformerTransform Method
Computes the Fourier transform of the given series.
Namespace: Meta.Numerics.SignalProcessingAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public Complex[] Transform(
IList<Complex> values
)
Public Function Transform (
values As IList(Of Complex)
) As Complex()
public:
array<Complex>^ Transform(
IList<Complex>^ values
)
member Transform :
values : IList<Complex> -> Complex[]
- values IListComplex
- The series to transform.
ComplexThe discrete Fourier transform of the series.