convolution of a signal with a kernel, simulating a system's impulse response to the input signal.
Convolution
00 Remarks
The signal and the kernel are both sampled on the same time grid (defined by Convolution.GridMin, Convolution.GridMax, Convolution.GridN), then convolved with MathUtils.Convolve(). The result is cached so repeated evaluation is a cheap table lookup.
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Convolution
02 Methods
03 Properties
04 Members
Signal
Kernel
GridMin
GridMax
GridN
Sample(
IEnumerable(Of Double))Evaluate(
Double)