Pfa235Convolution(Int32, Int32) Constructor |
2-dimensional setup.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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