GeneralSignal {Microsoft.VisualBasic.Math.SignalProcessing} | .NET clr documentation |
a tuple of the signal vector data GeneralSignal.Measures and GeneralSignal.Strength
# namespace Microsoft.VisualBasic.Math.SignalProcessing
export class GeneralSignal {
description: string;
MeasureRange: DoubleRange;
# usually is the time in unit second.(x axis)
Measures: double;
measureUnit: string;
meta: list;
# the unique reference id, or the variable name
reference: string;
# the signal strength.(y axis)
Strength: double;
weight: double;
}
MeasureRange
: DoubleRangemeta
: list