Kernel Processor<T> Methods
Methods
| Auto | Computes the autocorrelation of a vector (allocating). |
| Auto | Computes the autocorrelation of a signal. |
| Auto | Computes the autocorrelation of a vector (non-allocating). |
| Auto | Computes the autocorrelation of a signal. |
| Convolve( | Computes the convolution of a vector with the stored kernel (allocating). |
| Convolve( | Computes the convolution of a signal with the stored kernel. |
| Convolve( | Computes the convolution of a vector with the stored kernel (non-allocating). |
| Convolve( | Computes the convolution of a signal with the stored kernel. |
| Correlate( | Computes the cross-correlation of a vector with the stored kernel (allocating). |
| Correlate( | Computes the cross-correlation of a signal with the stored kernel. |
| Correlate( | Computes the cross-correlation of a vector with the stored kernel (non-allocating). |
| Correlate( | Computes the cross-correlation of a signal with the stored kernel. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Fill | Fills the head and tail halos of a work buffer based on the specified padding mode. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| From | Creates a kernel processor for complex-valued kernels with default anchor and padding. |
| From | Creates a kernel processor for real-valued kernels with default anchor and padding. |
| From | Creates a kernel processor for complex-valued kernels. |
| From | Creates a kernel processor for real-valued kernels. |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Calculates the expected output length for a given signal length based on the convolution mode. |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| Should | Determines whether to use FFT-based or direct implementation based on signal and kernel sizes. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |