




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Digital Signal GeneratorYangXiao M2013705103HuaZhong University of Science and TechnologySchool of Mechanical Science and EngineeringAbstract: Matlab Is a numerical analysis, matrix calculation, scientific data visualization and nonlinear dynamic state system modeling and simulation, and other funct
2、ions of practical software engineering.Its easy to use the windows environment and cast off a tradition on the interactive programming language (such as C, Fortran) Edit mode In large range. In this report,The task is to design a digital signal generator bu using matlab.It could help us to understan
3、d the signal processing by designing the digital signal generator. Which has a certain application value of reference.Keyword:digital signal generator;Matlab1. PrefaceMATLAB is called Matrix Laboratory,which is designed by the United States MathWorks company.Its a commercial mathematical software. M
4、atlab can be use for Matrix operations, mapping functions and data, algorithm, creating the user interface, connect to other programming languages procedures, mainly used in engineering calculations, control design, signal processing and communications, image processing, signal detection, design and
5、 financial modeling analysis and other fields. GUI (Graphical User Interface, referred to as GUI, known Graphical User Interface) is displayed using the graphical user interface of computer operations. Matlab has a powerful GUl tool. In this report, by using matlab GUI tool we could a designed digit
6、al signal generator .2. IntroduceProgram reference implementation of MATLAB Data Acquisition Toolbox. In MATLAB design, there are two designs: the GUI editor and M-file write. This design use GUI editor . The GUI is user interface, which is to select the waveform, set and modify the waveform paramet
7、ers, set the sampling rate, select the output channel and run. This program GUI interface provided: sin, square, triangle, sawtooth, while noise, to choice. Also we could change waveform parameters to change waveforms shape. As frequency amplitude phase and sample have provided gave us to change.The
8、 interface is that:2.1 Interface3. Design PrinciplesThe task is to design the digital signal generator which can generate sine wave, square wave, triangle wave, sawtooth wave, and white noise. All the waveform can use MATLAB function, and could be adjusted by inputting information such as the amplit
9、ude, phase and frequency . 3.1 Achieve sin signal The mathematical function of sin wave signal is that:A: amplitude;f: frequency;: phase;t: 0:1/s:1;(s is sample);The M-program is:A=get(handles.Amplitude,Value);f=get(handles.Frequency,Value);p=get(handles.Phase,Value);s=get(handles.Sample,Value);x=0:
10、1/s:1;y=A*sin(2*pi*f*x+p);plot(handles.screen,x,y,r);legend(sin(x);wavplay(y);grid on;axis(0,0.1,-20,20);We could run the program by setting the parameters:3.1 Image of sin signal3.2 Achieve square signal The mathematical function of square wave signal is that:A: amplitude;f: frequency;b: phase;t: 0
11、:1/s:1;(s is sample);The M-program is:A=get(handles.Amplitude,Value);f=get(handles.Frequency,Value);p=get(handles.Phase,Value);s=get(handles.Sample,Value);x=0:1/s:10;y=A*square(2*pi*f*x+p);plot(handles.screen,x,y,b);legend(square);wavplay(y);grid on;axis(0,0.1,-20,20);We could run the program by set
12、ting the parameters:3.2 Image of square signal3.3 Achieve triangular signal The mathematical function of triangular wave signal is that:A: amplitude;f: frequency;b: phase;t: 0:1/s:1;(s is sample);The M-program is:A=get(handles.Amplitude,Value);f=get(handles.Frequency,Value);p=get(handles.Phase,Value
13、);s=get(handles.Sample,Value);x=0:1/s:10;y=A*sawtooth(2*pi*f*x+p,0.5);plot(handles.screen,x,y,b);legend(triangle);wavplay(y);grid on;axis(0,0.1,-20,20);We could run the program by setting the parameters:3.3 Image of triangular signal3.4 Achieve sawtooth signal The mathematical function of sawtooth w
14、ave signal is that:A: amplitude;f: frequency;b: phase;t: 0:1/s:1;(s is sample);The M-program is:A=get(handles.Amplitude,Value);f=get(handles.Frequency,Value);p=get(handles.Phase,Value);s=get(handles.Sample,Value);x=0:1/s:10;y=A*sawtooth(2*pi*f*x+p);plot(handles.screen,x,y,b);legend(tooth);wavplay(y)
15、;grid on;axis(0,0.1,-20,20);We could run the program by setting the parameters:3.4 Image of sawtooth signal3.5 Achieve white noise signal The mathematical function of white noise wave signal is that:A: amplitude;f: frequency;b: phase;t: 0:1/s:1;(s is sample);The M-program is:A=get(handles.Amplitude,
16、Value);f=get(handles.Frequency,Value);p=get(handles.Phase,Value);s=get(handles.Sample,Value);x=0:1/s:10;y=2* A*(rand(1,length(x)-0.5);plot(handles.screen,x,y,b);legend(white noise);wavplay(y);grid on;axis(0,0.1,-20,20);We could run the program by setting the parameters:3.5 Image of white noise signa
17、l4 Exist problemThere are many problems in the design because I didnt use matlab and the GUI modules ever.(1) I am not familiar to the interface and operator of matlab,which lead to I program without efficiency.(2) Without systematic studying of matlab,I could not express my ideas by using succinct matlab language.(3)In the beginning, I dont understand the handle deep, and don,t have a clear idea.5. ConclusionIn the latter study, I will be more systematic learning MATLAB this powerful engineering software, has
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 健康促进工作培训课件
- T/ZHCA 106-2023人参提取物稀有人参皂苷Rh2
- 垂花柱设计思路解析
- 中华优传统文化 课件 第六章 中国传统史学
- 2025辽宁广告职业学院辅导员考试试题及答案
- 2025贵州航天职业技术学院辅导员考试试题及答案
- 2025红河卫生职业学院辅导员考试试题及答案
- 《钢铁是怎样练成的》读后感字
- 体育与卫生健康融合知识
- 秦汉时期的艺术设计
- 无菌药品(附检查指南)
- 众辰变频器说明书3400
- 山东大学《概率论与数理统计》期末试题及答案
- GB∕T 33917-2017 精油 手性毛细管柱气相色谱分析 通用法
- 高压氧治疗操作规程以及护理常规
- 新能源汽车的研究论文
- 材料科学基础基础知识点总结
- 数控铣工图纸(60份)(共60页)
- 惠州市出租车驾驶员从业资格区域科目考试题库(含答案)
- 加工设备工时单价表
- 高脂血症药物治疗ppt课件
评论
0/150
提交评论