KernelProcessor<T> Methods

Methods

AutoCorrelate(Vector<T>) Computes the autocorrelation of a vector (allocating).
AutoCorrelate(ReadOnlySpan<T>, Span<T>) Computes the autocorrelation of a signal.
AutoCorrelate(Vector<T>, Vector<T>) Computes the autocorrelation of a vector (non-allocating).
AutoCorrelate(Int32, ReadOnlySpan<T>, Int32, Int32, Span<T>, Int32) Computes the autocorrelation of a signal.
Convolve(Vector<T>) Computes the convolution of a vector with the stored kernel (allocating).
Convolve(ReadOnlySpan<T>, Span<T>) Computes the convolution of a signal with the stored kernel.
Convolve(Vector<T>, Vector<T>) Computes the convolution of a vector with the stored kernel (non-allocating).
Convolve(Int32, ReadOnlySpan<T>, Int32, Int32, Span<T>, Int32) Computes the convolution of a signal with the stored kernel.
Correlate(Vector<T>) Computes the cross-correlation of a vector with the stored kernel (allocating).
Correlate(ReadOnlySpan<T>, Span<T>) Computes the cross-correlation of a signal with the stored kernel.
Correlate(Vector<T>, Vector<T>) Computes the cross-correlation of a vector with the stored kernel (non-allocating).
Correlate(Int32, ReadOnlySpan<T>, Int32, Int32, Span<T>, Int32) Computes the cross-correlation of a signal with the stored kernel.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FillHalos Fills the head and tail halos of a work buffer based on the specified padding mode.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromKernel(Complex<T>[], ConvolutionMode, Int32) Creates a kernel processor for complex-valued kernels with default anchor and padding.
FromKernel(T[], ConvolutionMode, Int32) Creates a kernel processor for real-valued kernels with default anchor and padding.
FromKernel(Complex<T>[], KernelAnchor, ConvolutionMode, SignalPadding, KernelProcessingMethod, Int32) Creates a kernel processor for complex-valued kernels.
FromKernel(T[], KernelAnchor, ConvolutionMode, SignalPadding, KernelProcessingMethod, Int32) Creates a kernel processor for real-valued kernels.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetOutputLength Calculates the expected output length for a given signal length based on the convolution mode.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ShouldUseFft Determines whether to use FFT-based or direct implementation based on signal and kernel sizes.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also