Home
last modified time | relevance | path

Searched refs:average_amplitude (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_quality_measurement.py427 def noise_detection(start_index, end_index, block_amplitude, average_amplitude, argument
454 amplitude_threshold = average_amplitude * noise_amplitude_threshold
503 def delay_detection(start_index, end_index, block_amplitude, average_amplitude, argument
552 index] > average_amplitude * delay_amplitude_threshold:
561 amp_threshold = average_amplitude * delay_amplitude_threshold
595 def burst_detection(start_index, end_index, block_amplitude, average_amplitude, argument
640 index] <= average_amplitude * DEFAULT_BURST_TOO_SMALL:
646 amp_threshold = average_amplitude * DEFAULT_BURST_TOO_SMALL
670 def changing_volume_detection(start_index, end_index, average_amplitude, rate, argument
711 amplitude_threshold = average_amplitude * DEFAULT_VOLUME_CHANGE_TOO_SMALL
[all …]