Implement
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.PeakFinding.Implement
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AccumulateLine | 1 | 通过这个函数得到的累加线是一个单调递增曲线 |
| SignalBaseline | 1 | Detection of the signal base line based on the quantile method. |
| SignalBaseline | 1 | |
| Triming | 1 |
03 Members
AccumulateLine(
ITimeSignal(), Double)通过这个函数得到的累加线是一个单调递增曲线
Parameters
| Name | Type | Description |
|---|---|---|
signals | ITimeSignal() | 应该是按照时间升序排序过了的 |
baseline | Double | - |
SignalBaseline``1(
IEnumerable(Of ``0), Double)Detection of the signal base line based on the quantile method.
Parameters
| Name | Type | Description |
|---|---|---|
signals | IEnumerable(Of ``0) | - |
quantile | Double | 一般建议值为0.65 |
Returns
the intensity value cutoff for the noise/baseline
SignalBaseline(
IEnumerable(Of T), Double)Triming(
IEnumerable(Of SignalPeak), DoubleRange)