RealFFTResultWrapper Constructor |
Constructur. You must provide the array with the result of a real valued fourier transformation.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RealFFTResultWrapper(
double[] fftresult
)
Parameters
- fftresult Double
- The result of a real valued fourier transformation.
See Also