Managed Fft Of Single.Backward Transform In Place Method
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
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<Single>>)
Computes the inverse discrete Fourier transform of a complex signal in place.
public override void BackwardTransformInPlace(
ArraySlice<Complex<float>> input
)
Parameters
- input ArraySlice<Complex<Single>>
- On input, a complex number array containing the input signal. On return, the inverse transform of the input.