Managed Fft.Backward Transform In Place Method
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Backward | Computes the inverse discrete Fourier transform of a complex signal in place. |
Backward | Computes the inverse discrete Fourier transform of a complex signal in place. |
Backward | Computes the inverse discrete Fourier transform of a complex signal in place. |
BackwardTransformInPlace(ArraySlice<Complex<Double>>)
Computes the inverse discrete Fourier transform of a complex signal in place.
public override void BackwardTransformInPlace(
ArraySlice<Complex<double>> input
)
Parameters
- input ArraySlice<Complex<Double>>
- On input, a complex number array containing the input signal. On return, the inverse transform of the input.