Click or drag to resize

Pfa235Convolution(Int32, Int32, Int32) Constructor

3-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,
	int n3
)

Parameters

n1  Int32

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

n2  Int32

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

n3  Int32

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

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