FFT-Python icon indicating copy to clipboard operation
FFT-Python copied to clipboard

Jupyter Notebook Cell 97

Open Hagtronics opened this issue 3 years ago • 0 comments

Nice job here, I appreciate your hard work. In the Jupyter Notebook Cell 97 the FFT peak is scaled to be 100 units max. That would make the FFT output match the 'peak amplitude' of the input signal, the real output of a FFT is the RMS value of the input waveform, so you are a factor of sqrt(2) too high on the FFT output. I am really not complaining, and as I said I appreciate your hard work on this.

Hagtronics avatar Mar 23 '22 02:03 Hagtronics