GaussWindow2DApplication(IMatrixDouble, Double) Method |
Applies the Gauss window function to the specified matrix m by multiplying each matrix element with a factor.
Namespace: Altaxo.Calc.Fourier.WindowsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void Application(
IMatrix<double> m,
double sigma
)
Parameters
- m IMatrixDouble
- The matrix to modify.
- sigma Double
- The sigma value to calculate the window function.
See Also