Results 1 comments of Mahesh

ValueError Traceback (most recent call last) in 45 46 ---> **47 plt.stem(scale[0:5000], np.abs(FourierTransformation[0:5000]), 'r') # The size of our diagram** 48 plt.title('Signal spectrum after FFT') 49 plt.xlabel('Frequency(Hz)') **ValueError: setting an...