Searched refs:lowerAmp (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/ |
H A D | peak_finder.h | 141 const std::vector<int32_t> &peaks, double lowerAmp); 143 double lowerAmp, MountainPosition &mountainPosition); 153 const std::vector<int32_t> &peaks, double lowerAmp); 182 double lowerAmp, IsolatedEnvelopeInfo &isolatedEnvelopeInfo);
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/ |
H A D | peak_finder.cpp | 67 double lowerAmp) in GetVoiceFlag() argument 80 lowerAmp = *max_element(peakAmp.begin(), peakAmp.end()) * INTERSITY_BOUNDARY_POINT; in GetVoiceFlag() 88 double threshold = lowerAmp; in GetVoiceFlag() 104 GetEachIndependentEnvelope(triangularEnvelope, peaks, lowerAmp, mountainPosition); in GetVoiceFlag() 146 double lowerAmp, MountainPosition &mountainPosition) in GetEachIndependentEnvelope() argument 162 findBoundary = FindPeakBoundary(data, index, lowerAmp, bothSides); in GetEachIndependentEnvelope() 265 const std::vector<int32_t> &peaks, double lowerAmp) in FilterSecondaryPeak() argument 269 GetEachIndependentEnvelope(envelope, peaks, lowerAmp, wholeEnvelop); in FilterSecondaryPeak() 660 double lowerAmp, IsolatedEnvelopeInfo &isolatedEnvelopeInfo) in GetIsolatedEnvelope() argument 665 if (triangularEnvelope[i] < lowerAmp) { in GetIsolatedEnvelope() [all …]
|