Click or drag to resize

ChirpFFTGetNecessaryTransformationSize Method

Returns the neccessary transformation size for a chirp transformation of length n.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int GetNecessaryTransformationSize(
	int n
)

Parameters

n  Int32
The length of the chirp transformation.

Return Value

Int32
Neccessary length of the transformation arrays. Note that this is based on a convolution of base 2.
See Also