Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dtransformers.py17 import numpy as np namespace
234 tailless_buffer = np.array(buffer[:len(buffer) - tail_length])
238 downsampled_values = np.mean(
239 np.resize(
240 np.append(self._leftovers, tailless_buffer),
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarTpcTest.py19 import numpy as np namespace
101 tx_power_derivative = np.diff(tx_power_list)
114 tx_power_steady_state_derivative = np.diff(tx_power_steady_state_list)
118 [i for i in list(np.diff(pwlv_steady_index)) if i > 3])
124 pwlv_derivative_bool = list(np.diff(pwlv_steady_state_list) == 1)
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dtransformers.py22 import numpy as np namespace
429 readings = np.zeros((len(buffer.samples), 5))
431 measurements = np.array([sample.values for sample in buffer.samples])
432 calibrated_value = np.zeros((len(buffer.samples), 2))
458 readings[:, channel] = np.where(
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/
Dstock_transformers.py21 import numpy as np namespace
356 measurements = np.array([sample.values for sample in buffer.samples])
357 readings = np.zeros((len(buffer.samples), 5))
375 readings[:, channel] = np.where(
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DBaseSimulation.py20 import numpy as np namespace
591 reported_asu_power = np.nanmean(down_power_measured)
669 avg_up_power = np.nanmean(up_power_per_chain[0])
670 if np.isnan(avg_up_power):
/tools/test/connectivity/acts/framework/acts/controllers/
Dpower_metrics.py18 import numpy as np namespace
212 pairs = zip(percentiles, np.percentile(arrays[seg_name],
/tools/test/connectivity/acts_tests/tests/google/ble/performance/
DBleRangeTest.py23 import numpy as np namespace
238 std_deviation = np.std(raw_rssi)