ChirpFFTGetNecessaryTransformationSize Method |
Returns the neccessary transformation size for a chirp transformation of length n.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int GetNecessaryTransformationSize(
int n
)
Parameters
- n Int32
- The length of the chirp transformation.
Return Value
Int32Neccessary length of the transformation arrays. Note that this is based on a convolution of
base 2.
See Also