当前位置:网站首页>MFCC: Mel频率倒谱系数计算感知频率和实际频率转换
MFCC: Mel频率倒谱系数计算感知频率和实际频率转换
2022-04-23 19:24:00 【ToneChip】
人的主观感知频率不一定是线性的,因此有一个实际频率和感知频率的对应关系.用上面的公式进行计算!
由于人耳基底膜对应不同的频率群(24个),对于同一个频率群中频率是会在大脑中叠加在一起进行评价
因此在频率群的临界带就可以分成一些的频率群组,组成一个滤波器组,就是Mel滤波器组
因为之前一直没搞懂书上写的1125*log(1 + f/700)
后面才发现matlab里面log默认就是以e为底进行计算
即log(x) = loge(x)
如果matlab里面要计算以2为底,则log2
下面验证一下上面的mel滤波器的计算公式
假设f = 1000
版权声明
本文为[ToneChip]所创,转载请带上原文链接,感谢
https://tonechip.blog.csdn.net/article/details/121838937
边栏推荐
- Codeworks round 783 (Div. 2) d problem solution
- arcMap 发布切片服务
- Web Security
- openlayers 5.0 热力图
- 网络协议之:sctp流控制传输协议
- Network protocol: SCTP flow control transmission protocol
- Installation, use and problem summary of binlog2sql tool
- MySQL restores or rolls back data through binlog
- RuntimeError: Providing a bool or integral fill value without setting the optional `dtype` or `out`
- The most detailed network counting experiment in history (2) -- rip experiment of layer 3 switch
猜你喜欢
Common SQL commands
2021-2022-2 ACM集训队每周程序设计竞赛(8)题解
Audio signal processing and coding - 2.5.3 the discrete cosine transform
The platinum library cannot search the debug process records of some projection devices
Oracle配置st_geometry
Build intelligent garbage classification applet based on Zero
浅谈c语言指针的强制转换
The most detailed network counting experiment in history (2) -- rip experiment of layer 3 switch
Intuitive understanding of the essence of two-dimensional rotation
Reflection on the performance of some OpenGL operations in the past
随机推荐
Convert string to JSON
NiO related Basics
No, some people can't do the National Day avatar applet (you can open the traffic master and earn pocket money)
SQL server requires to query the information of all employees with surname 'Wang'
OpenHarmony开源开发者成长计划,寻找改变世界的开源新生力!
On the forced conversion of C language pointer
An example of using JNI to directly access surface data
Hot reload debugging
Oracle配置st_geometry
Class loading mechanism
Kubernetes入门到精通-KtConnect(全称Kubernetes Toolkit Connect)是一款基于Kubernetes环境用于提高本地测试联调效率的小工具。
RuntimeError: Providing a bool or integral fill value without setting the optional `dtype` or `out`
Use of fluent custom fonts and pictures
Partage de la conception de l'alimentation électrique de commutation et illustration des compétences en conception de l'alimentation électrique
Lottery applet, mother no longer have to worry about who does the dishes (assign tasks), so easy
Regular expressions for judging positive integers
ArcMap连接 arcgis server
Openlayers 5.0 thermal diagram
C学习完结
An idea of rendering pipeline based on FBO