Click or drag to resize

Pfa235Convolution(Int32) Constructor

1-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
)

Parameters

n1  Int32

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

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