SignalMath.ConvolutionFftThreshold 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#
public static int ConvolutionFftThreshold { get; set; }

Property Value

Int32

Remarks

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.

See Also