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