a tuple of the signal vector data GeneralSignal.Measures and GeneralSignal.Strength
GeneralSignal
00 Remarks
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.GeneralSignal
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | |
| GetText | 1 | |
| PopulatePoints | 1 | |
| GetTimeSignals | 2 | |
| Preprocessing | 1 |
03 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 |
| measureUnit | 1 | |
| description | 1 | |
| meta | 1 | |
| weight | 1 | |
| MeasureRange | 1 |
04 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 |
measureUnit
description
meta
weight
MeasureRange
ToString()
GetText()
PopulatePoints()
GetTimeSignals(
Func(Of Double, Double, T))GetTimeSignals()
Preprocessing(GeneralSignal, IPreprocessor)