信号处理系统设计报告
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
石家庄铁道大学实习报告
信号处理系统设计报告Signal processing system design report
2009级信息科学与技术学院
专业信息工程
学号20092550
学生姓名张鹏飞
指导教师刘晨晨
完成日期2011年7月11日
实习设计任务书
一、利用GUIDE建立一个Matlab GUI 软件,实现语音信号的读入,显示,快放,慢放,加噪,并使用基本的去噪算法进行滤波,并使用信噪比参数进行去噪结果的分析。
要求:界面美观,功能齐备,具有各种处理后波形的显示功能。(使用图形显示控件、按钮、单选框、编辑框等控件)
二、利用GUIDE建立一个Matlab GUI 软件,实现图像的读入,显示,使用基本的图像边缘提取算子提取图像的边缘,进行图像的DCT及其分块DCT变换,并使用基本的统计方法进行图像DCT分解的系数统计分析。(涉及的原理有:图像的边缘提取算法、图像的DCT变换、统计工具箱,使用控件如一所示)
要求:撰写报告,说明使用的信号,图像处理理论,及软件设计思路(写作方式参照提供的论文)。提交源代码,软件使用说明书。设计完成后要进行演示。
摘要
在当今社会,随着科技的发展,信号占据了越来越重要的地位,我们自从进入21世纪以来,我们已经逐渐步入了一个信息化的社会,在国内国际诸多领域上也都开始了一股信息化淂热潮,越来越多的设备安装了信号处理设备,越来越多的工程使用了计算机自动处理信号,信号处理系统在我们的生活中也扮演了愈来愈重要的地位。
信号处理系统主要是基于一些信号录入的硬件设备以及信号处理软件,对外部录入的信号进行基本的处理,再次主要讨论对声音信号和图像信号的处理,对于声音信号,主要包括以下几点:
(1)从外部利用媒体输入设备得到声音信号,然后可以绘制其波形。
(2)能够做到对所录入的声音信号进行相应倍数的快放,慢放处理。
(3)能够利用简单的算法对录入的声音信号进行加噪处理,并且绘制加噪波形。
(4)能够利用简单滤波算法对加噪后的信号进行滤波去噪,并且绘制去噪波形。
对于图像信号的处理,主要包括以下几点:
(1)能够从本地计算机读取简单的图像文件,并且能够显示出来。
(2)能够对图像进行边缘提取处理。
(3)能够对图像进行DCT变换并且能够应用分块DCT对图片进行压缩。
在2011年暑假期间,我参加了学院组织的小学期实习,有幸在刘晨晨老师指点下一同学习了基本的信号处理系统,在学习工程中,我不断发现错误,并且努力改正错误,积极同老师同学讨论,经过自己的自主学习,成功做成了了一个简单的基本信号处理系统,达到了对一些基本的声音,图像信号的处理。
关键词:信号处理图像处理边缘化加噪滤波单通道
Abstract
In today's society, with the development of science and technology, signal occupy an
increasingly important position, since we entered since twenty-first Century we have gradually entered a society of information technology in the domestic and international areas also began an information on upsurge, more and more equipment is provided with a signal processing device, more and more engineering use computer automatic processing of signal, signal processing system in our lives also play a more and more important position.
Signal processing system is mainly based on the number of signal input hardware equipment as well as the signal processing software, to the external input signal is the basic processing, again mainly discuss on sound signal and image signal processing for acoustic signals, including the following:
(1) from external use media input device obtained acoustic signals, and then can draw their waveforms.
(2) can do on the input sound signal corresponding to multiple fast, slow down.
(3)can use a simple algorithm of input voice signal noise, and draw the noise
waveform.
(4)can use simple filtering algorithm for noised signal denoising, and drawing the de-noising waveform.
for image signal processing, including the following:
(1)can from a local computer to read simple image file, and can be displayed.
(2)can image edge extraction.
(3)Able to image DCT transform and application of block DCT of image compression.
in 2011 during the summer vacation, I attended college organized small semester, had the privilege of teacher under the guidance of Liu Chenchen to learn the basic signal processing system in learning project, I continue to find errors, and try to correct the mistake, and actively with the teacher students, through their own independent study, made a success a simple signal processing system, up to some of the basic sound, image signal
processing.
Key words :signal processing image processing edge noise filtering of single channel