Re: Harmonic distortion of a input signal

2013-05-19 Thread killybeard91
One more question. Function np.argmax returns max of non-complex numbers ? Because FFT array of my signal is complex. -- http://mail.python.org/mailman/listinfo/python-list

Re: Harmonic distortion of a input signal

2013-05-19 Thread killybeard91
Got it working, thanks alot :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Harmonic distortion of a input signal

2013-05-19 Thread killybeard91
Yes, sorry logged from another account. Would that work on a numpy array ? Because this signal was imported from oscilloscope as a numpy array. Best regards, -- http://mail.python.org/mailman/listinfo/python-list

Re: Harmonic distortion of a input signal

2013-05-19 Thread killybeard91
How can i at least find a peek in FFT spectrum of a square wave ? >From there i could easily build formula. Sorry for bothering but i am new to >Python. -- http://mail.python.org/mailman/listinfo/python-list