7 lines
85 B
Python
7 lines
85 B
Python
import numpy as np
|
|
import pandas as pd
|
|
|
|
data = pd.read_csv("fixed_1k_1k_5vpp.csv")
|
|
|
|
|