- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
DSP实验答案Solution_lab4
1
Name:
Section:
Laboratory Exercise 4
DISCRETE-TIME SIGNALS: FREQUENCY-DOMAIN
REPRESENTATIONS
4.1 DISCRETE-TIME FOURIER TRANSFORM
Project 4.1 DTFT Computation
According to Programme P3_1.
Answers:
Q4.1 The expression of the DTFT being evaluated in Program P3_1 is -w
The function of the pause command is - Wait for user response.
Q4.2 The plots generated by running Program P3_1 are shown below:
2
The DTFT is a _____ periodic______ function of ω.
Its period is - 2*pi
The types of symmetries exhibited by the four plots are as follows:
even symmetry odd symmetry
Project 4.2 DTFT Properties
Answers:
Q4.6 The modified Program P3_2 created by adding appropriate comment statements, and adding
program statements for labeling the two axes of each plot being generated by the program is
given below:
% Program P3_2
% Time-Shifting Properties of DTFT
clf;
w = -pi:2*pi/255:pi; wo = 0.4*pi; D = 10;
num = [1 2 3 4 5 6 7 8 9];
h1 = freqz(num, 1, w);
h2 = freqz([zeros(1,D) num], 1, w);
subplot(2,2,1)
plot(w/pi,abs(h1));grid
title(Magnitude Spectrum of Original Sequence)
subplot(2,2,2)
plot(w/pi,abs(h2));grid
title(Magnitude Spectrum of Time-Shifted Sequence)
subplot(2,2,3)
plot(w/pi,angle(h1));grid
3
title(Phase Spectrum of Original Sequence)
subplot(2,2,4)
plot(w/pi,angle(h2));grid
title(Phase Spectrum of Time-Shifted Sequence)
The parameter controlling the amount of time-shift is – D
Q4.7 The plots generated by running the modified program are given below:
From these plots we make the following observations:
Q4.8 Program P3_2 was run for the following value of the time-shift - 20
The plots generated by running the modified program are given below:
4
From these plots we make the following observations:
Q4.9 Program P3_2 was run for the following values of the time-shift and for the following values of
length for the sequence – D=5 w = -pi:2*pi/511:pi
The plots generated by running the modified
您可能关注的文档
- CW3042-DS V1.0.pdf
- CW6301-CW6303-电源管理芯片,精密充电+内置4路LDO.pdf
- CY-1000无线遥控设备分析仪使用说明书_V1.0.pdf
- Cypress_Flash_Memory_Roadmap(Chinese).pdf
- Czech-English Phrase-Based Machine Translation.pdf
- D-CAP2 Frequency Response Model.pdf
- D12S05020-1 C;中文规格书,Datasheet资料.pdf
- D4066 - 01A Nylon Injection and Extrusion Materials.pdf
- Danfoss压力开关BCP.pdf
- danfoss热力膨胀阀TUBTUC.pdf
- DSSK48-003BS;DSSK48-003BS-TUBE;中文规格书,Datasheet资料.pdf
- DS_BL9193--CMOS LDO,300mA,Ultra-low Noise(EN,V2.2).pdf
- DS_CONTROL_SYSTEMS.pdf
- DS_BL9198--300mA Ultra-low Noise,Ultra-Fast LDO(EN,V1.9).pdf
- DTL50P03规格书(最新版).pdf
- DTM4425规格书(最新版).pdf
- DTS7001品牌授权规格书.pdf
- DWIN OS Builder User Guide.pdf
- Dual-Band Branch-Line Coupler.pdf
- DS_AW8110_EN_V1.3_Non-Crack-Noise_Ultra-Low-EMI_3W_Mono_Filter-Free_Class-D Audio Amplifier.pdf
原创力文档


文档评论(0)