Click or drag to resize

DoubleComplex1DConvolution Methods

The DoubleComplex1DConvolution type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this convolution instance.
Public methodConvolve(DoubleComplex) Computes the convolution between the stored convolution kernel, and the vector data.
Public methodConvolve(DoubleComplexVector) Computes the convolution between the stored convolution kernel, and the vector data.
Public methodConvolve(DoubleComplex, DoubleComplex) Computes the convolution between the stored convolution kernel, and the vector data.
Public methodConvolve(DoubleComplexVector, DoubleComplexVector) Computes the convolution between the stored convolution kernel, and the vector data.
Protected methodFinalize Provides non-deterministic destruction of underlying unmanaged resources.
(Inherited from ConvolutionBase)
Public methodTrimConvolution(DoubleComplexVector, ConvolutionBaseWindowing) Creates a clipped view into the convolution. This does not create a copy of the input convolution.
Protected methodTrimConvolutionT(T, ConvolutionBaseWindowing) Creates a windowed view into the convolution. This does not create a copy of the input convolution.
(Inherited from ConvolutionBase)
Top
See Also