RealDFT1DComputeForwardCompact Method
|
Computes the forward DFT of real data and returns only the non-mirrored part.
Namespace:
FinMath.SignalProcessing
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public void ComputeForwardCompact(
double[] input,
Complex[] output
)
Parameters
- input
- Type: SystemDouble
The input real sequence.
- output
- Type: FinMathComplex
The complex non-symmetric sequence - the result of DFT. The complex-conjugate part is skipped.
See Also