版權(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)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024版物流倉儲(chǔ)與配送合同2篇
- 2025年度智能醫(yī)療器械生產(chǎn)委托合作協(xié)議書3篇
- 二零二五年度舊房買賣合同范本及風(fēng)險(xiǎn)評估3篇
- 2024年酒店管理公司員工客戶信息保密合同范本3篇
- 2024樹木種植責(zé)任承包書面協(xié)議細(xì)則版B版
- 2024版短期工作人員安全責(zé)任合同
- 2024藥店二零二四年度藥品研發(fā)成果轉(zhuǎn)讓與許可合同3篇
- 2024版小微企業(yè)勞動(dòng)合同
- 二零二五年度校園安全防護(hù)責(zé)任書及安全保障合同3篇
- 2024年量子計(jì)算機(jī)芯片采購與研發(fā)合同
- 小學(xué)道德與法治學(xué)科高級(一級)教師職稱考試試題(有答案)
- 考研考博-英語-山東師范大學(xué)押題密卷附帶答案詳解篇
- 實(shí)用性閱讀與交流任務(wù)群設(shè)計(jì)思路與教學(xué)建議
- 應(yīng)急柜檢查表
- 中醫(yī)診療器具清洗消毒(醫(yī)院感染防控專家課堂培訓(xùn)課件)
- 通風(fēng)設(shè)施標(biāo)準(zhǔn)
- 寵物智能用品項(xiàng)目計(jì)劃書【模板范文】
- 藥廠生產(chǎn)車間現(xiàn)場管理-PPT課件
- 軸與孔標(biāo)準(zhǔn)公差表
- 防火門施工方案
- 人教PEP版2022-2023六年級英語上冊期末試卷及答案(含聽力材料)
評論
0/150
提交評論