Home
last modified time | relevance | path

Searched defs:peaks (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp66 …<bool> PeakFinder::GetVoiceFlag(const std::vector<double> &data, const std::vector<int32_t> &peaks, in GetVoiceFlag()
145 …der::GetEachIndependentEnvelope(const std::vector<double> &data, const std::vector<int32_t> &peaks, in GetEachIndependentEnvelope()
214 …t32_t> PeakFinder::PeakFilterMinRange(const std::vector<double> &data, std::vector<int32_t> &peaks, in PeakFilterMinRange()
240 …> PeakFinder::FilterLowPeak(const std::vector<double> &envelope, const std::vector<int32_t> &peaks, in FilterLowPeak()
265 const std::vector<int32_t> &peaks, double lowerAmp) in FilterSecondaryPeak()
452 std::vector<int32_t> peaks; in DetectPeak() local
483 …kFinder::GetLowestPeakValue(const std::vector<double> &envelope, const std::vector<int32_t> &peaks) in GetLowestPeakValue()
659 …PeakFinder::GetIsolatedEnvelope(const std::vector<double> &data, const std::vector<int32_t> &peaks, in GetIsolatedEnvelope()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_fft.cpp264 auto peaks = new (std::nothrow) float[nAverages_]; in Init() local