Home
last modified time | relevance | path

Searched refs:bothSides (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp151 BothSidesOfPeak bothSides; in GetEachIndependentEnvelope() local
156 mountainPosition.firstPos.push_back(bothSides.leftPos); in GetEachIndependentEnvelope()
158 mountainPosition.lastPos.push_back(bothSides.rightPos); in GetEachIndependentEnvelope()
164 lastLeftPos = bothSides.leftPos; in GetEachIndependentEnvelope()
165 lastRightPos = bothSides.rightPos; in GetEachIndependentEnvelope()
166 mountainPosition.firstPos.push_back(bothSides.leftPos); in GetEachIndependentEnvelope()
175 BothSidesOfPeak &bothSides) in FindPeakBoundary() argument
186 bothSides.leftPos = i; in FindPeakBoundary()
192 bothSides.leftPos = 0; in FindPeakBoundary()
202 bothSides.rightPos = j; in FindPeakBoundary()
[all …]
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h145 BothSidesOfPeak &bothSides);