Home
last modified time | relevance | path

Searched defs:hopLength (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/intensity_processor/src/
H A Dintensity_processor.cpp31 std::vector<double> IntensityProcessor::GetRMS(const std::vector<double> &data, int32_t hopLength, … in GetRMS()
59 …IntensityProcessor::EnergyEnvelop(const std::vector<double> &data, int32_t nFft, int32_t hopLength) in EnergyEnvelop()
101 …ctor<double> IntensityProcessor::VolumeInLinary(const std::vector<double> &data, int32_t hopLength) in VolumeInLinary()
121 …::vector<double> IntensityProcessor::VolumeInDB(const std::vector<double> &data, int32_t hopLength) in VolumeInDB()
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/src/
H A Daudio_utils.cpp55 std::vector<double> AudioUtils::PadData(const std::vector<double> &data, int32_t hopLength) in PadData()
H A Dutils.cpp239 …tor<double> ObtainAmplitudeEnvelop(const std::vector<double> &data, size_t count, size_t hopLength) in ObtainAmplitudeEnvelop()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp506 …akFinder::GetPeakEnvelope(const std::vector<double> &data, int32_t samplingRate, int32_t hopLength, in GetPeakEnvelope()