资源简介
模式识别的一个作业,里面有报告和仿真,适合去交作业不适合做项目

代码片段和文件信息
function ComCep=Cfeature(str)
%=========================================================================%
%功能:提取语音信号倒谱特征
%输入str:语音信号路径
%输出ComCep:返回语音信号的倒谱特征矩阵
%=========================================================================%
x=audioread(str); %读取wav文件
x=filter([1 -0.9375] 1 x); %预加重处理
A=enframe(x256128); %分帧
[x]=size(A1); %计算分帧后的帧数
for i= 1:x
R(i:)=A(i:)‘.*hamming(256); %加窗
end
%%计算短时能量
%En=sum(R.^22);
%figureplot(En);
%Mn=sum(abs(R)2);
%figuresubplot(211);plot(Mn);
%sgn1=R(:1:end-1);
%sgn2=R(:2:end);
%Zn=1/2*sum(abs(sgn2-sgn1)2);
% subplot(212);plot(Zn);
%[x1x2] = ddjc(MnZn);
%CCep=(rceps(R))‘;
for i=1:x
CCep(i:)=ifft(log(abs(fft(R(i:))))); %基于同态处理的倒谱特征系数计算
end
% for i=1:Ix
% R_1(i:)=fft(R(i:));
% R_2(i:)=log(sqrt(real(R_1(i:)).*real(R_1(i:))+imag(R_1(i:)).*imag(R_1(i:))));
% CCep(i:)=ifft(R_2(i:));
% end
%=========================================================================%
ComCep=CCep(:1:12); %取每一帧倒谱的前12个点
return
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 200819 2019-04-25 20:08 基于矢量量化的孤立词语音识别系统设计.docx
目录 0 2018-12-14 21:16 模式识别仿真sounds\
文件 1224 2018-12-14 20:21 模式识别仿真sounds\Cfeature.m
文件 672 2015-04-05 10:19 模式识别仿真sounds\enfr
文件 765 2015-06-22 21:45 模式识别仿真sounds\mindis.m
文件 43625 2018-12-14 21:03 模式识别仿真sounds\mydata.mat
文件 1799 2018-12-16 18:04 模式识别仿真sounds\recogfinal.m
目录 0 2018-12-16 18:01 模式识别仿真sounds\sounds\
目录 0 2018-12-14 20:53 模式识别仿真sounds\sounds\0_9testsounds\
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(1).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(10).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(2).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(3).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(4).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(5).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(6).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(7).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(8).wav
文件 34618 2009-08-27 21:46 模式识别仿真sounds\sounds\0_9testsounds\0(9).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(1).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(10).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(2).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(3).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(4).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(5).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(6).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(7).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(8).wav
文件 33850 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\1(9).wav
文件 39994 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\2(1).wav
文件 39994 2009-08-27 21:45 模式识别仿真sounds\sounds\0_9testsounds\2(10).wav
............此处省略181个文件信息
- 上一篇:react-native技术分享
- 下一篇:tsumv56RU Datasheet
相关资源
- 语音信号处理 赵力
- DSP 语音识别程序 DTW MFCC
- 特定人语音识别技术在汽车控制上的
- labview语音识别程序
- 中科院自动化所历年模式识别博士题
- 电子科技大学模式识别作业以及答案
- 国科大 刘成林老师 模式识别期末考试
- 中科院模式识别考博真题00-16年
- 《模式识别》试题以及答案
- 国科大数字图像处理习题课重点
- 国科大模式识别历年期末试题
- 中科院自动化所-模式识别考博真题
- 模式识别之特征选择
- 阿拉伯数字字符识别的简单识别
- 清华大学计算机系网络课程之模式识
- 用于模式识别的Pandora软件开发套件
- 哈尔滨工业大学深圳 模式识别 2017 考
- DTW语音识别算法
- 龙邱SYN7318非特定语音识别模块程序
- WFST-decoder
- 基于GEC210的语音识别控制
- 国科大模式分类期末考试2011-2015.zip
- 自动语音识别
- 语音识别系统源程序
- Structural Pattern Recognition with Graph Edit
- hbr640语音识别播放模块驱动
- PRML-Solutions to Exercises Tutors Edition
- 图像分割算法研究区域分割,数学形
- VS2017环境集成百度语音识别API工程
- 模式识别第四版(希腊)西奥多里蒂
评论
共有 条评论