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 D | peak_finder.cpp | 66 …<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 D | conversion_fft.cpp | 264 auto peaks = new (std::nothrow) float[nAverages_]; in Init() local
|