代码拉取完成,页面将自动刷新
import pandas as pd
import numpy as np
notes = np.zeros(4)
path = 'Q:/cross_data/2021-06-25-04-34-43/2021-06-25-04-34-43-PARAMETERS.csv'
path3= path[:-14] +'RECORDS3.csv'
outputs = pd.read_csv(path3)
who_is_the_best = np.zeros(1024)
for i in range(1024):
if i % 4==0 or i % 4==1:
note = np.zeros(4)
for k in range(4):
note[k] = np.abs(outputs.Ymin[i+k*1024] - outputs.Ymax[i+k*1024]) + 0*outputs.time[i+k*1024]
notes[np.argmin(note)] += 1
who_is_the_best[i] = np.argmax(note)
print(who_is_the_best)
print(notes)
A = []
for i in range(len(who_is_the_best)):
if who_is_the_best[i] == 0:
A.append(i)
print(A)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。