Computes the discrete Fourier transform of a complex signal in place.
Namespace: Extreme.Mathematics.SignalProcessingAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public void ForwardTransformInPlace(
ComplexMatrix input
)
Public Sub ForwardTransformInPlace (
input As ComplexMatrix
)
public:
void ForwardTransformInPlace(
ComplexMatrix^ input
)
member ForwardTransformInPlace :
input : ComplexMatrix -> unit
Parameters
- input
- Type: Extreme.MathematicsComplexMatrix
On input, a DoubleComplex matrix containing the input signal.
On return, the forward transform of the input.
Numerical Libraries
Supported in: 5.x, 4.x
Reference