from struct import* import ctypes import array import numpy as np import matplotlib.pyplot as plt import time from scipy import stats dat = np.load("drift.npy") plt.plot(dat) plt.show()