基于matlab的语音信号处理技术研究.doc

  
约46页DOC格式手机打开展开

基于matlab的语音信号处理技术研究,基于matlab的语音信号处理技术研究1.6万字自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用摘要: 语音信号处理是研究用数字信号处理技术对语音信号进行处理的一门学科。它的目的有两个:一个是要通过处理得到一些反映语音信号重要特征的语音参数;另一个是要通过处理某些运算以达到某种用途的要求。在信息化发展如此...
编号:85-480486大小:814.53K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 小花仙66 发布

基于MATLAB的语音信号处理技术研究

1.6万字
自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用

摘要: 语音信号处理是研究用数字信号处理技术对语音信号进行处理的一门学科。它的目的有两个:一个是要通过处理得到一些反映语音信号重要特征的语音参数;另一个是要通过处理某些运算以达到某种用途的要求。在信息化发展如此迅速的今天,语音信号处理的一系列技术及其应用已成为信息社会不可或缺的重要组成部分。
本文的主要研究对象是语音信号,在MATLAB环境下,首先根据语音信号的时域波形和频谱图,对其进行分析,了解其时域特性及频率分布;然后分别设计不同的IIR和FIR数字滤波器对加噪语音信号进行滤波,并比较不同滤波器的滤波性能;最后,对语音信号进行幅度和频率调制,其中在幅度调制中涉及到解调,并通过低通滤波器还原语音信号。
在MATLAB环境下,得到对语音信号处理的各种结果。仿真结果表明,运用本文所采用的语音信号处理的算法,可以很好地实现语音信号的时域、频域分析,加噪信号的滤波以及信号的调制与解调。
关键词:语音信号处理 MATLAB FFT 数字滤波 调制


Speech signal processing based on MATLAB
Abstract: Speech signal processing is a subject of studying on speech signal processing using digital signal processing technology.The purpose of it in two.One is to obtain some speech parameters that reflect the important features of speech signal for efficient transmission and storage of information in the speech signal.Another is to deal with some operations to achieve a certain application requirements.Nowadays the information technology develops so fast that a series of technology of speech signal processing and its applications have become an important part of information society.
The main object of this paper is the speech signal, under MATLAB condition, first of all, analyze and understand its characteristics in time and frequency distribution according to the speech signal time-domain waveform and frequency spectrum.Then design different IIR and FIR digital filters to filter the noisy speech signal, and take the performance of different filters into comparison.Finally, there are amplitude and frequency modulation of the speech signal, which involves demodulation in the amplitude modulation.We can obtain the reduction of speech signal through the low-pass filter.
Under MATLAB condition,we can get a variety of results of speech signal processing. The simulation results show that we can realize the time domain, frequency domain analysis of speech signal,signal plus noise filtering and signal modulation and demodulation by using the speech signal processing algorithm.
Keywords: speech signal processing MATLAB FFT digital filter modulation

目 录
第1章 绪 论 1
1.1选题背景及意义 1
1.2国内外研究动态 2
1.2.1国外语音处理技术的发展 2
1.2.2国内语音处理技术的发展 3
1.2.3语音信号处理的应用 4
1.3课题的主要工作 6
第2章 语音信号处理基础 7
2.1语音信号概述 7
2.1.1语音和语言 7
2.1.2语音的产生 8
2.2语音信号的分析 9
2.2.1语音信号的时域分析 10
2.2.2语音信号的频域分析 11
2.3本章小结 12
第3章 FFT变换与数字滤波器设计 13
3.1 FFT变换 13
3.1.1 DFT运算及特点 13
3.1.2 FFT算法及特点 13
3.2 数字滤波器的设计 14
3.2.1 IIR数字滤波器的设计 15
3.2.2 FIR数字滤波器的设计 16
3.3 本章小结 17
第4章 基于MATLAB的语音信号分析与处理 19
4.1 MATLAB简介 19
4.2语音信号的采集 19
4.2.1语音信号的录入 19
4.2.2语音信号的读入 20
4.3时域信号的FFT变换 20
4.4加噪信号的滤波处理 22
4.4.1含噪语音的合成 22
4.4.2加噪信号的滤波 24
4.5语音信号的调制 33
4.5.1信号的幅度调制 33
4.5.2信号的频率调制 36
4.6本章小结 37
第5章 结论与展望 38
5.1总结 38
5.2展望 38
致 谢 40
参考文献 41