mean fundamental frequency
6 次查看(过去 30 天)
显示 更早的评论
hi, how can i estimate the mean fundamental frequency of a vowel sound with a known sampling frequency. thanks in advance
2 个评论
Naz
2011-11-13
Are there any assumptions in relation to sampling rate and the frequency content of the sound? The frequency distribution or the envelope of the frequency spectrum?
回答(2 个)
Walter Roberson
2011-11-14
When you know the number of samples and the sampling frequency, then you can assign a frequency to each fft bin. Pick out the fft bin that has the largest absolute magnitude, convert bin number to frequency, and you have a start at the problem.
But only a start, because the largest absolute value does not necessarily occur at the zero'th harmonic of the fundamental. You can do searches like looking to see if there is non-trivial energy one octave down, but there can be cases where the fundamental frequency is absent even though harmonics are present.
Greg Dionne
2016-11-17
If you have a recent copy of the Signal Processing Toolbox, you can search for "meanfreq"
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!