简体   繁体   English

女性声音的基本频率

[英]fundamental frequency of female voice

According to what I have read on the internet, the normal range of fundamental frequency of female voice is 165 to 255 Hz . 根据我在网上阅读的内容,女性声音的基本频率的正常范围是165至255 Hz。 I am using Praat and also python library called Parselmouth to get the fundamental frequency values of female voice in an audio file(.wav). 我正在使用Praat以及称为Parselmouth的python库来获取音频文件中女性声音的基本频率值(.wav)。 however, I got some values that are over 255Hz(eg: 400+Hz, 500Hz). 但是,我得到了一些超过255Hz的值(例如:400 + Hz,500Hz)。 Is it normal to get big values like this? 获得这样的大价值正常吗?

It is possible, but unlikely, if you are trying to capture the fundamental frequency (F0) of a speaking voice. 如果您试图捕获语音的基本频率(F0),则有可能但并非不可能。 It sounds likely that you are capturing a more easily resonating overtone (eg F1 or F2) instead. 听起来您正在捕获的是更容易产生共振的泛音(例如F1或F2)。

My experiments with Praat give me the impression that the with good parameters it will reliably extract F0. 我对Praat的实验给我的印象是,具有良好参数的它将可靠地提取F0。

What you'll want to do is to verify that by comparing the pitch curve with a spectrogram. 您要做的是通过将音高曲线与频谱图进行比较来验证这一点。 Here's an example of a fitting made by Praat (female speaker): 这是Praat(女发言人)制作的配件的示例:

频谱图和F0

You can see from the image that 您可以从图像中看到

  • Most prominent frequency seems to be F2 最突出的频率似乎是F2
  • Around 200 Hz seems likely to be F0, since there's only noise below that (compared to before/after the segment) 大约200 Hz可能是F0,因为只有低于此的噪声(与段之前/之后相比)
  • Praat has calculated a good estimate of F0 for the voiced speech segments 普拉特已为浊音段计算出F0的良好估计

If, after a visual inspection, it seems that you are getting wrong results, you can try to tweak the parameters. 在目视检查之后,如果看起来您得到了错误的结果,则可以尝试调整参数。 Window length greatly affects the frequency resolution. 窗口长度会极大地影响频率分辨率。

If you can't capture frequencies this low, you should try increasing the window length - the intuition is that it gives the algorithm a better chance at finding slowly changing periodic features in the data. 如果您无法捕获如此低的频率,则应尝试增加窗口长度-直觉是它为算法提供了更好的机会来发现数据中缓慢变化的周期性特征。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM