Click or drag to resize

Pfa235Convolution(Int32) Constructor

1-dimensional setup

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

Parameters

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