v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::PeakFinderParams Struct Reference

#include <peak_finder.h>

Public Attributes

double dMinHeight = -std::numeric_limits<double>::infinity()
int iMinDistance = 1
double dProminence = 0.0

Detailed Description

Parameters for peak detection.

Definition at line 60 of file peak_finder.h.

Member Data Documentation

◆ dMinHeight

double UTILSLIB::PeakFinderParams::dMinHeight = -std::numeric_limits<double>::infinity()

Minimum peak height.

Definition at line 62 of file peak_finder.h.

◆ dProminence

double UTILSLIB::PeakFinderParams::dProminence = 0.0

Minimum peak prominence.

Definition at line 64 of file peak_finder.h.

◆ iMinDistance

int UTILSLIB::PeakFinderParams::iMinDistance = 1

Minimum distance between peaks (samples).

Definition at line 63 of file peak_finder.h.


The documentation for this struct was generated from the following file: