Open mordae opened 3 months ago
Interesting, but I guess amplitude should be corrected after windowing see : https://community.sw.siemens.com/s/article/window-correction-factors
Yeah, you are obviously right. :sweat_smile: I guess multiplying taps with reciprocal of the average original tap gain should do the trick.
Love this, thanks! I don't need a pull request.
Hi, I was taking the fact that the FFT always "jumps around" as a harsh reality of life, but I've just realized it's doing that only because we are not windowing the data. Can we please add a window function to the FFT so that it stabilizes and one can actually read and compare it?
I've tested the triangle window and it retains too much of the original jiggling, cosine window looks pretty good as does Hann window.
Cosine window patch:
Although it might be interesting to add window function selection to scope settings. Let me know what you think. I'll draft an actual pull request then, @pfalstad.