Home
last modified time | relevance | path

Searched defs:signal (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_analysis.py61 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
Daudio_quality_measurement.py280 def hilbert_analysis(signal, rate, block_size): argument
763 signal, argument
/tools/test/connectivity/acts/framework/acts/libs/testtracker/
Dtesttracker_results_writer.py79 def write_results_from_test_signal(self, signal, begin_time=None): argument
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py189 def signal(self, sig): member in Process
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py225 def signal(self, pid, sig): member in ShellCommand
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/
Dbinding_test.py168 def signal_modifier(_, signal, *__, **___): argument
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py282 def _write_to_testtracker(self, test_instance, signal): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py112 def __init__(self, signal, packet, interval, interface, log): argument