Click or drag to resize

Pfa235Convolution(Int32, Int32) Constructor

2-dimensional setup.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Pfa235Convolution(
	int n1,
	int n2
)

Parameters

n1  Int32

[Missing <param name="n1"/> documentation for "M:Altaxo.Calc.Fourier.Pfa235Convolution.#ctor(System.Int32,System.Int32)"]

n2  Int32

[Missing <param name="n2"/> documentation for "M:Altaxo.Calc.Fourier.Pfa235Convolution.#ctor(System.Int32,System.Int32)"]

Remarks
Setup fast Fourier transform / back-transform for two dimensions. The dimensions n1 andn2 must be of the form n = (2**p) * (3**q) * (5**r)
See Also