nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.SignalProcessing / Convolution

Convolution

Full name Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Convolution Assembly Microsoft.VisualBasic.Math.SignalProcessing Members 7

convolution of a signal with a kernel, simulating a system's impulse response to the input signal.

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

NameOverloadsSummary
Sample 1
Evaluate 1

03 Properties

NameOverloadsSummary
Signal 1
Kernel 1
GridMin 1
GridMax 1
GridN 1

04 Members

property Signal #
Signal
property Kernel #
Kernel
property GridMin #
GridMin
property GridMax #
GridMax
property GridN #
GridN
method Sample #
Sample(IEnumerable(Of Double))
method Evaluate #
Evaluate(Double)