nuget server logo nuget api documents
↑

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

Product

Full name Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Product Assembly Microsoft.VisualBasic.Math.SignalProcessing Members 4

point-wise multiplication (modulation).

00 Remarks

e.g. Sine * ExponentialDecay gives a damped sine; or multiply by a Sigmoid / Step to fade a signal in or out.

01 Syntax

Microsoft.VisualBasic.Math.SignalProcessing.Source.Generators.Product

02 Methods

NameOverloadsSummary
Evaluate 1
Sample 1

03 Properties

NameOverloadsSummary
A 1
B 1

04 Members

property A #
A
property B #
B
method Evaluate #
Evaluate(Double)
method Sample #
Sample(IEnumerable(Of Double))