a tuple of the signal vector data GeneralSignal.Measures and GeneralSignal.Strength
GeneralSignal
00 Remarks
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.GeneralSignal
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| Measures | 1 | usually is the time in unit second.(x axis) |
| Strength | 1 | the signal strength.(y axis) |
| reference | 1 | the unique reference id, or the variable name |
| GetByRange | 1 | take signal subset by a given range of GeneralSignal.Measures |
03 Members
Measures
usually is the time in unit second.(x axis)
Remarks
x axis
Strength
the signal strength.(y axis)
Remarks
y axis
reference
the unique reference id, or the variable name
GetByRange(
Double, Double)take signal subset by a given range of GeneralSignal.Measures
Parameters
| Name | Type | Description |
|---|---|---|
min | Double | min of take by GeneralSignal.Measures |
max# | Double | max of take by GeneralSignal.Measures |