API Reference / PeaksAndThreshold
Type Alias: PeaksAndThreshold
ts
type PeaksAndThreshold = {
peaks: Peaks;
threshold: Threshold;
};Defined in: core/types.ts:64
Peaks with their associated threshold
Properties
| Property | Type | Defined in |
|---|---|---|
peaks | Peaks | core/types.ts:65 |
threshold | Threshold | core/types.ts:66 |