当前位置:网站首页>Mfcc: Mel frequency cepstrum coefficient calculation of perceived frequency and actual frequency conversion
Mfcc: Mel frequency cepstrum coefficient calculation of perceived frequency and actual frequency conversion
2022-04-23 19:29:00 【ToneChip】
People's subjective perception frequency is not necessarily linear , Therefore, there is a corresponding relationship between the actual frequency and the perceived frequency . Use the above formula to calculate !
Because the basement membrane of human ear corresponds to different frequency groups (24 individual ), For the same frequency group, the frequencies will be superimposed in the brain for evaluation
Therefore, the critical band of the frequency group can be divided into some frequency groups , Form a filter bank , Namely Mel Filter banks
Because I haven't understood what the book says before 1125*log(1 + f/700)
I found out later matlab Inside log Default is to e Calculate for the bottom
namely log(x) = loge(x)
If matlab It's going to be calculated in 2 Bottom , be log2
Let's verify the above mel Calculation formula of filter
hypothesis f = 1000
版权声明
本文为[ToneChip]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231923488752.html
边栏推荐
- arcMap 发布切片服务
- MySQL practical skills
- The most detailed network counting experiment in history (2) -- rip experiment of layer 3 switch
- How to uninstall easyton
- Oracle configuration st_ geometry
- Matlab 2019 installation of deep learning toolbox model for googlenet network
- uIP1.0 主动发送的问题理解
- C语言的十六进制printf为何输出有时候输出带0xFF有时没有
- 点云数据集常用处理
- SQL Server database in clause and exists clause conversion
猜你喜欢
2021-2022-2 ACM集训队每周程序设计竞赛(8)题解
Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
深度分析数据恢复原理——那些数据可以恢复那些不可以数据恢复软件
Prefer composition to inheritance
Reflection on the performance of some OpenGL operations in the past
The most detailed network counting experiment in history (2) -- rip experiment of layer 3 switch
MFCC: Mel频率倒谱系数计算感知频率和实际频率转换
MySQL syntax collation (5) -- functions, stored procedures and triggers
Zero base to build profit taking away CPS platform official account
指针数组与数组指针的区分
随机推荐
Openharmony open source developer growth plan, looking for new open source forces that change the world!
Oracle配置st_geometry
Pdf reference learning notes
MySQL lock
FFT物理意义: 1024点FFT就是1024个实数,实际进入fft的输入是1024个复数(虚部为0),输出也是1024个复数,有效的数据是前512个复数
[webrtc] add x264 encoder for CEF / Chromium
[报告] Microsoft :Application of deep learning methods in speech enhancement
点云数据集常用处理
An algorithm problem was encountered during the interview_ Find the mirrored word pairs in the dictionary
Strange passion
All table queries and comment description queries of SQL Server
How to uninstall easyton
C6748 软件仿真和硬件测试 ---附详细FFT硬件测量时间
Reflection on the performance of some OpenGL operations in the past
Problems caused by flutter initialroute and home
山大网安靶场实验平台项目-个人记录(五)
Application of DCT transform
C学习完结
@Analysis of conditional on Web Application
MySQL syntax collation (3)