毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

VC++语音信号的语谱图绘制与特征分析

时间:2018-09-02 11:15来源:毕业论文
选用VC++平台进行研究,选用wave格式音频作为声音源,首先对wave格式进行了解析并绘制出波形图,后进行加窗分帧处理,调用fftw库函数进行傅里叶变换,逐帧叠加得到语谱图,后经过界

摘要在语音信号分析中,频谱分析是重要的方法,但语音信号是时变信号,单纯的频谱图无法反映信号的动态特性。将分帧片段的频谱并列绘制,技能反映频谱特征,又能反映时变特征,这就是语谱图。27685
    语谱图分析软件应完成从语音源到语谱图的转化,解析语音文件,分帧处理,逐帧进行短时傅里叶变换,然后有机叠加在一起,完成语谱图的绘制。
选用VC++平台进行研究,选用wave格式音频作为声音源,首先对wave格式进行了解析并绘制出波形图,后进行加窗分帧处理,调用fftw库函数进行傅里叶变换,逐帧叠加得到语谱图,后经过界面和功能的完善,完成了可对wave格式音频文件进行语谱图绘制的分析软件,应用该软件对示例音频进行了特征分析,对比分析了元音与辅音的不同特点。
关键词  语谱图  傅里叶变换  元音与辅音  
毕业论文设计说明书外文摘要
Title        Speech signal spectrogram and feature analysis                 
Abstract
    In speech signal analysis, spectrum analysis is an important method, but the speech signal is time-varying signal, pure spectrum diagram can't reflect the dynamic characteristics of the signal. The spectrum of framing pieces parallel rendering, skills to reflect the characteristics of the spectrum, and can reflect the characteristics of time-varying, this is language spectra.
    Spectra analysis software should complete the voice from the source to the transformation of the language spectra, parsing audio files, frame, frame by frame on short-time Fourier transform, and then organic superimposed together, complete the spectrum diagram.
    Choose vc + + platform for research, wave format audio chosen as the sound source, the first wave format for the parse and map out the waveform, add a window frame processing, after call FFTW Fourier transform library functions, frame by frame superimposed by spectra, after the improvement of the interface and function, completed the language on wave format audio files for spectrum analysis of the drawing software, application of the software for the sample audio features analysis, comparison and analysis the different features of vowels and consonants.
Keywords  Spectrogram  Fourier transform  Vowels and consonants
目   次
1引言 1
  1.1语音信号语谱图概述1
  1.2研究意义1
  1.3研究背景2
  1.4论文研究内容与结构安排3
2 语谱图分析软件的设计 5
  2.1 语音数据文件格式介绍 5
   2.2 语音信号的频谱分析 7
2.3 语音分析软件的设计思想   9
  2.4 开发技术和工具的选用及介绍10
3软件具体设计12
  3.1菜单栏设计及响应函数 12
3.2波形图绘制 13
3.3语谱图绘制 13
3.4图像保存 14
4语谱图的分析15
4.1元音与辅音概述 15
4.2单帧语音信号频谱分析 15
4.3元音与辅音的语谱图分析 16
结论 17
致谢 18
参考文献 19
1  引言
语言交流是人类最重要的的信息交换方式,且由于其与人类智慧的密切关系,它与人类社会的发展与进步紧密相连,因此它包含了巨大的信息量以及人类的最高智慧水平。自计算机诞生之日起,人类从未停止过尝试,尝试让计算机能够与人以自然语言相交流。随着现代计算机产业的飞速发展,计算机在越来越多的领域扮演了越来越重要的角色,人与计算机之间的交流越来越频繁,人们对于这方面的需求更为突出,人们渴求摆脱键盘这类输入工具,取而代之一种更为自然,人性化的人机交流方式,尤其对于中国,产业的发展趋向于从劳动密集型产业转向技术密集型产业,计算机的优势若得到更大限度的发挥,对于经济的又好又快发展无疑是一大优势,但人机间的汉语交流一直是计算机应用的一个难题。 VC++语音信号的语谱图绘制与特征分析:http://www.youerw.com/jisuanji/lunwen_22234.html
------分隔线----------------------------
推荐内容