Signal Math.Convolution Fft Threshold Property
Gets or sets the threshold length above which FFT-based convolution is used instead of direct convolution.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public static int ConvolutionFftThreshold { get; set; }Property Value
Int32Remarks
For convolution operations where the product of signal and kernel lengths exceeds this threshold,
an FFT-based algorithm is used for better performance. The default value is 256.