Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Dliveplot.py1 import numpy as np namespace
10 wave = collections.deque(np.zeros(HZ*T_SPAN), maxlen=HZ * T_SPAN)
11 buff = collections.deque(np.zeros(HZ*T_SPAN), maxlen=HZ * T_avg)
DAnritsu_SIM_Bo.wnssp1 …zTYQGg85T+QwrbeqoyNSXCrW4UJNsqu8uNm8e/78nY0YQqXBv63+AhXQw+sdcvNydJ3oWZg+qO/np+5/s17tFABg3YUJ9QUz+w…
DAnritsu_SIM_Bo_ca.wnssp1 …9wv9gyqLwI8Eh0aNO5OYVCSGpvgEWkPXXehaglwwcxbwBeNxLzU8u0LqHes7khvkP7gxrVsf6v+np+PD3/Rafsh/FcWtcTMVuc…
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DBaseSimulation.py20 import numpy as np namespace
471 reported_asu_power = np.nanmean(down_power_measured)
571 avg_up_power = np.nanmean(up_power_per_chain[0])
572 if np.isnan(avg_up_power):