Function or value | Description |
Full Usage:
characterizePeak xData yData smoothedYData labeledSndDevData peakIdx
Parameters:
float[]
yData : float[]
smoothedYData : float[]
labeledSndDevData : Tag<Extrema, (float * float)>[]
peakIdx : int
Returns: IdentifiedPeak
|
|
|
|
|
|
|
|
|
|
Full Usage:
findLeftBorderOf xData yData smoothedYData labeledSndDevData closestPeakIdx closestLiftOffIdx
Parameters:
float[]
-
yData : float[]
-
smoothedYData : float[]
-
labeledSndDevData : Tag<Extrema, (float * float)>[]
-
closestPeakIdx : int
-
closestLiftOffIdx : int option
-
Returns: bool * int
|
Given a noisy data set, the labled negative second derivative, the index of a putative peak and the index of the peak lift of position, the function iterates
Example
|
Full Usage:
findRightBorderOf xData yData smoothedYData labeledSndDevData closestPeakIdx closestLiftOffIdx
Parameters:
float[]
-
yData : float[]
-
smoothedYData : float[]
-
labeledSndDevData : Tag<Extrema, (float * float)>[]
-
closestPeakIdx : int
-
closestLiftOffIdx : int option
-
Returns: bool * int
|
Given a noisy data set, the labled negative second derivative, the index of a putative peak and the index of the peak lift of position, the function iterates
Example
|
Full Usage:
getPeaks snr polOrder ws xData yData
Parameters:
float
polOrder : int
ws : int
xData : float[]
yData : float[]
Returns: IdentifiedPeak[]
|
|
Full Usage:
tryFindPeakEnd step xData yData smoothedYData labeledSndDevData closestPeakIdx closestLiftOffIdx
Parameters:
int
-
xData : float[]
-
yData : float[]
-
smoothedYData : float[]
-
labeledSndDevData : Tag<Extrema, (float * float)>[]
-
closestPeakIdx : int
-
closestLiftOffIdx : int option
-
Returns: bool * int
|
Given a noisy data set, the labled negative second derivative, the index of a putative peak and the index of the peak lift of position, the function iterates
Example
|