Wavelet Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
Full Usage:
identifyPeaks parameters trace
Parameters:
Parameters
trace : (float * float)[]
Returns: PeakGroup list
|
|
Full Usage:
identifyPeaksBy borderpadding borderPadMethod internalPaddingMethod hugeGapPaddingMethod maxDistance maxPeakLength noiseQuantile minSNR trace
Parameters:
int
borderPadMethod : BorderPaddingMethod
internalPaddingMethod : InternalPaddingMethod
hugeGapPaddingMethod : HugeGapPaddingMethod
maxDistance : float
maxPeakLength : float
noiseQuantile : float
minSNR : float
trace : (float * float)[]
Returns: PeakGroup list
|
|
Full Usage:
substractBaseLine yData
Parameters:
float[]
Returns: float array
|
|
BioFSharp.Mz