FFT-Python
FFT-Python copied to clipboard
Jupyter Notebook Cell 97
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.