Algorithm to determine fundamental frequency from potential harmonics

自古美人都是妖i 提交于 2019-11-29 03:21:42

A Cepstum (or Cepstral analysis) and Harmonic Product Spectrum are two well studied algorithms that estimate the exciter frequency from an overtone series.

If the sequences of overtones are appropriately spaced, than a Cepstrum (FFT of the log of the FFT peaks) may be useful in estimating the period of the frequency spacing, which can then be used to estimate the frequency.

The Harmonic Product Spectrum basically compares the spectral peaks with nth multiple copies of themselves by decimating the spectrum by multiple low integer ratios and overlapping them.

arun

You can go through following link for an article on speech recognition.

Article: Phase Space Point Disribution Parameter for Speech Recognition (subscription required for full text)

P i

I have rephrased the question, and provided an answer here: How to take in a set of numbers like {301,102,99,202,198,103} and throw out ~100?

I had looked at several approaches, and this is considerably more succinct than anything else I've found. I have tested it and it works very well.

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