Searched defs:signal (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 61 def normalize_signal(signal, saturate_value): argument 77 def spectral_analysis(signal, argument 273 def anomaly_detection(signal, argument 324 def get_anomaly_durations(signal, argument 493 def fundamental_freq(signal, rate): argument 507 def THDN(signal, rate, q, freq): argument 537 def max_THDN(signal, rate, step_size, window_size, q, freq): argument
|
D | audio_quality_measurement.py | 280 def hilbert_analysis(signal, rate, block_size): argument 763 signal, argument
|
/tools/test/connectivity/acts/framework/acts/libs/testtracker/ |
D | testtracker_results_writer.py | 79 def write_results_from_test_signal(self, signal, begin_time=None): argument
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | process.py | 189 def signal(self, sig): member in Process
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | shell.py | 225 def signal(self, pid, sig): member in ShellCommand
|
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/ |
D | binding_test.py | 168 def signal_modifier(_, signal, *__, **___): argument
|
/tools/test/connectivity/acts/framework/acts/ |
D | test_decorators.py | 282 def _write_to_testtracker(self, test_instance, signal): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_sender.py | 112 def __init__(self, signal, packet, interval, interface, log): argument
|