RealFourierTransformation2DGetResult(IMatrixDouble, FuncDouble, Double, Double) Method |
Gets the result of the Fourier transformation.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void GetResult(
IMatrix<double> matrix,
Func<double, double, double> resultantEval
)
Parameters
- matrix IMatrixDouble
- The matrix to accomodate the result. Can have the dimensions NumberOfRowsxNumberOfColumns or less, but not more.
- resultantEval FuncDouble, Double, Double
- A function that takes the real part and the imaginary part of one Fourier transformation point and returns the requested output value.
Exceptions See Also