Skip to content

Commit

Permalink
Update E3WS_rt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloELara authored Sep 12, 2023
1 parent 16216bc commit bd03658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion real_time/E3WS_rt.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@
ax.axes.xaxis.set_ticklabels([])

ax = fig.add_subplot(312)
#PROB_P[0:14] = 0
PROB_thr = np.convolve(PROB_P, np.ones(3), 'valid') / 3 #Plot average each 3 consecutive elements of PROB_P
#plt.plot(time_AI, PROB_P, '*-', color='black')
plt.plot(time_AI[2:], PROB_thr, '*-', color='black')
Expand Down

0 comments on commit bd03658

Please sign in to comment.