摘要: import matplotlib.pyplot as plt import numpy as np def read_file(filepath,L): #L = 61 with open(filepath) as f1: content = f1.readlines() spin_sum = [ 阅读全文
posted @ 2022-06-14 21:59 ghzphy 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 2022.06.12 import csv,sys,os import matplotlib.pyplot as plt def read(filename): # filename='Tcam V5 5.csv' csv_reader = csv.reader(open(filename,enco 阅读全文
posted @ 2022-06-14 21:54 ghzphy 阅读(36) 评论(0) 推荐(0) 编辑