How can I find and print main frequency, min frequency, and frequency intensity from FFT data at Python?

前端 未结 0 802
逝去的感伤
逝去的感伤 2021-02-04 05:25
#import libraries (numpy, pyplot)
import numpy as np
import matplotlib.pyplot as plt

#generating time data using arage function from numpy
time = np.arange(-10*np.pi, 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题