Managed Fft Of Single.Forward Transform In Place Method
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
Overload List
Forward | Computes the discrete Fourier transform of a complex signal in place. |
Forward | Computes the discrete Fourier transform of a complex signal in place. |
Forward | Computes the discrete Fourier transform of a complex signal in place. |
Forward | Computes the discrete Fourier transform of a complex signal in place. |
ForwardTransformInPlace(Span<Complex<Single>>, Int32)
Computes the discrete Fourier transform of a complex signal in place.
public override void ForwardTransformInPlace(
Span<Complex<float>> input,
int inputStride
)
Parameters
Exceptions
Invalid | The Fourier transform implementation is not configured
to accept complex input.
-or- The Fourier transform implementation is not configured to handle in-place transforms. |
Argument | input is null. |