Searched refs:plot (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lc3-google/tables/ |
H A D | fastmath.py | 55 ax1.plot(x, 2**x, label='Reference') 56 ax1.plot(x, y, label='Approximation') 59 ax2.plot(x, e, label='Relative Error') 93 ax1.plot(x, np.log2(x), label='Reference') 94 ax1.plot(x, y, label='Approximation') 97 ax2.plot(x, e, label = 'Absolute error')
|
/btstack/port/mtk/docs/scripts/ |
H A D | plot_scan.py | 56 …ax.plot(data[i], range(len(data[i])), colors[i], label= labels[i]+', '+mean[i]+' adv/s, total nr. … 193 def plot(exp_name, sensor_name, sensor_title, prefix): function 237 plot('exp1','nio', 'Nio', picts_folder) 238 plot('exp2','xg2', 'XG', picts_folder)
|
H A D | plot_scan_two_groups.py | 55 …ax.plot(data[i], range(len(data[i])), colors[i], label= labels[i]+', '+mean[i]+' adv/s, total nr. … 192 def plot(exp_name, sensor_name, sensor_title, prefix): function 249 plot('exp2','xg1', 'XG', picts_folder) 250 plot('exp2','xg2', 'XG', picts_folder)
|
/btstack/port/mtk/docs/ |
H A D | ruggear-gettingstarted.tex | 287 The plot in Figure \ref{fig:accumulatedAds} shows how many Advertisements have been received for bo… 296 The plot in Figure \ref{fig:accumulatedNormalAds} shows the number of Advertisements received for b…
|