Searched defs:envelope (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/ |
H A D | peak_finder.cpp | 51 std::vector<double> PeakFinder::ExtractValues(const std::vector<double> &envelope, const std::vecto… in ExtractValues() 240 std::vector<int32_t> PeakFinder::FilterLowPeak(const std::vector<double> &envelope, const std::vect… in FilterLowPeak() 264 std::vector<int32_t> PeakFinder::FilterSecondaryPeak(const std::vector<double> &envelope, in FilterSecondaryPeak() 319 int32_t PeakFinder::DeletePeaks(const std::vector<double> &envelope, int32_t startPos, int32_t endP… in DeletePeaks() 353 bool PeakFinder::GetDeleteFlagOfPeak(const std::vector<double> &envelope, int32_t peakIndex, int32_… in GetDeleteFlagOfPeak() 381 int32_t PeakFinder::DetectValley(const std::vector<double> &envelope, int32_t startPos, int32_t end… in DetectValley() 430 std::vector<int32_t> PeakFinder::DetectPeak(const std::vector<double> &envelope, double peakThresho… in DetectPeak() 483 double PeakFinder::GetLowestPeakValue(const std::vector<double> &envelope, const std::vector<int32_… in GetLowestPeakValue()
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/ |
H A D | vibration_convert_core.cpp | 353 std::vector<double> envelope = data; in GetLocalEnvelope() local 381 std::vector<double> envelope = GetLocalEnvelope(data); in IsIncludeContinuoustEvent() local 725 std::vector<double> envelope = localData; in GetUnzeroCount() local
|