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.py428 def noise_detection(start_index, end_index, block_amplitude, average_amplitude, argument
455 amplitude_threshold = average_amplitude * noise_amplitude_threshold
504 def delay_detection(start_index, end_index, block_amplitude, average_amplitude, argument
553 index] > average_amplitude * delay_amplitude_threshold:
562 amp_threshold = average_amplitude * delay_amplitude_threshold
597 def burst_detection(start_index, end_index, block_amplitude, average_amplitude, argument
642 index] <= average_amplitude * DEFAULT_BURST_TOO_SMALL:
648 amp_threshold = average_amplitude * DEFAULT_BURST_TOO_SMALL
673 def changing_volume_detection(start_index, end_index, average_amplitude, rate, argument
714 amplitude_threshold = average_amplitude * DEFAULT_VOLUME_CHANGE_TOO_SMALL
[all …]