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