how to know the fundamental frequency is right detected by fft/lomb-scargle?

随声附和 提交于 2019-12-11 16:31:36

问题


I am using two methods,fft and lomb-scargle, to find periods for a timing sequence points.
However the fundamental frequency changes much even for the same dataset.
I can get the right result only when I fine tune the sampling rate.<>br/

How to choose the parameters of the two methods to get a consistent fundamental frequency.
How to know the result is reliable?


回答1:


The recent "Understanding the Lomb-Scargle Periodogram - Jacob T. VanderPlas" that you can find on This link to arxiv is a very good reference on how to chose the right set of parameters and how to test if your results are reliable.




回答2:


Fundamental pitch frequency can be very different from FFT magnitude peak. Pitch is a psycho-acoustic phenomena, and thus usually requires a different pitch detection/estimation method than just peak frequency estimation (Instead, try YAAPT, RAPT, cepstral/cepstrum, HPS, correlation lag estimators, & etc.)



来源:https://stackoverflow.com/questions/20782489/how-to-know-the-fundamental-frequency-is-right-detected-by-fft-lomb-scargle

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!