FFT - Calculating exact frequency between frequency bins
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using a nice FFT library I found online to see if I can write a pitch-detection program. So far, I have been able to successfully let the library do FFT calculation on a test audio signal containing a few sine waves including one at 440Hz (I'm using 16384 samples as the size and the sample rate at 44100Hz). The FFT output looks like: 433.356Hz - Real: 590.644 - Imag: -27.9856 - MAG: 16529.5 436.047Hz - Real: 683.921 - Imag: 51.2798 - MAG: 35071.4 438.739Hz - Real: 4615.24 - Imag: 1170.8 - MAG: 5.40352e+006 441.431Hz - Real: -3861.97 -