基于matlab的信號發(fā)生器設(shè)計(jì)_第1頁
基于matlab的信號發(fā)生器設(shè)計(jì)_第2頁
基于matlab的信號發(fā)生器設(shè)計(jì)_第3頁
基于matlab的信號發(fā)生器設(shè)計(jì)_第4頁
基于matlab的信號發(fā)生器設(shè)計(jì)_第5頁
已閱讀5頁,還剩7頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

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. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論