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