fig, ax = plt.subplots() # Create a figure containing a single axes. x = np.arange(100) Fs = 100 # 100Hz sampling rate Fsin = 2 # 2Hz y = np.sin ...
確定! 回上一頁