Interface for downSampling algorithms
DownSamplingAlgorithm
01 Syntax
Microsoft.VisualBasic.Math.DownSampling.DownSamplingAlgorithm
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| process | 1 |
03 Members
process(
IList(Of ITimeSignal), Int32)Parameters
| Name | Type | Description |
|---|---|---|
data | IList(Of ITimeSignal) | The original data |
threshold | Int32 | Number of data points to be returned |
Returns
the downsampled data