- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
适合于数字信号处理的并行处理算法与结构-liacs
Mel-spectrum to Mel-cepstrum Computation A Speech Recognition presentationOctober 1 2003 Ji Gu J.Gu@umail.LeidenUniv.nl Mel-spectrum to Mel-cepstrum Computation Now we have known: The FFT processing step converts each frame of N samples from the time domain into the frequency domain. The result of the Mel-spectrum computation is: Mel-spectrum to Mel-cepstrum Computation To compute Mel-cepstrum: We convert the log Mel-spectrum back to time domain using the Discrete Cosine Transform (DCT). (Because the Mel-spectrum coefficients and their logarithm are real numbers) The result obtained is called the Mel Frequency Cepstrum Coefficients (MFCC). Mel-spectrum to Mel-cepstrum Computation Therefore : A DCT is applied to the natural logarithm of the Mel-spectrum to obtain the Mel-cepstrum,c[n] as: C is the number of the cepstral coefficients Mel-spectrum to Mel-cepstrum Computation In SPHINX III Signal Processing Front End Specification First, the Cosine section of c[n] is computed: int32 fe_compute_melcosine(melfb_t *MEL_FB) { float period, freq; int32 i,j; period = (float)2*MEL_FB-num_filters; if ((MEL_FB-mel_cosine = (float **) fe_create_2d(MEL_FB-num_cepstra,MEL_FB-num_filters, sizeof(float)))==NULL){ fprintf(stderr,memory alloc failed in fe_compute_melcosine()\n...exiting\n); exit(0); } Mel-spectrum to Mel-cepstrum Computation for (i=0; iMEL_FB-num_cepstra; i++) { freq = 2*(float)M_PI*(float)i/period; for (j=0;j MEL_FB-num_filters;j++) MEL_FB-mel_cosine[i][j] = (float)cos((double)(freq*(j+0.5))); } return(0); } Second, a Cosine transform of the Logarithm of the Mel-spectrum: Mel-spectrum to Mel-cepstru
您可能关注的文档
最近下载
- T∕CIECCPA 046-2023 废SCR 脱硝催化剂循环利用技术规范.pdf
- 《烹饪工艺学》教学课件.ppt VIP
- 群落生态学基础生态学.pptx VIP
- 呼吸系统常见疾病及其药物治疗.pptx VIP
- 高三试卷:四川省成都市第七中学2024-2025学年高三上学期11月期中考试化学.docx VIP
- 砖瓦施工职业发展研究报告.pptx VIP
- 南京绿地广场紫峰大厦项目研究报告.ppt VIP
- G10-40SQF钢筋混凝土化粪池明细工程量.xlsx VIP
- 《GB/T 40595-2021并网电源一次调频技术规定及试验导则》.pdf
- 2023年CCAA注册审核员《产品认证基础》真题及答案.docx VIP
文档评论(0)