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 D | intensity_processor.cpp | 31 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 D | audio_utils.cpp | 55 std::vector<double> AudioUtils::PadData(const std::vector<double> &data, int32_t hopLength) in PadData()
|
H A D | utils.cpp | 239 …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 D | peak_finder.cpp | 506 …akFinder::GetPeakEnvelope(const std::vector<double> &data, int32_t samplingRate, int32_t hopLength, in GetPeakEnvelope()
|