You could use the square function from scipy.signal from scipy import signal import matplotlib.pyplot as plt t = np.linspace(0, 1, 500, ...
確定! 回上一頁