版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、Test Of Digital Signal Processing 1Give the answer of the following problems as possible in English.1. Supposing when and .Please give its ZT , DTFTand N-point DFT .Explain the relations among these three transforms .2.A real 8-point sequence .Its 8-point DFT is Xk.(1) Supposing.Sketch .(2) Determin
2、e the value of . 3. A sequence has the 128-point DFT. Give the expression of . 4. A causal LTI discrete-time system has the transfer function .(1) Determine the difference equation of the system.(2) Give the pole-zero plot and the ROC of the system.(3) Is this system stable?(4) Develop a realization
3、 of the system in any canonic form.5. Design a FIR linear phase causal LPF which has cutoff frequency , transition bandwidth and minimum stopband attenuation .Develop the impulse response in closed form by Windowed Fourier Series method.6.If you use following MATLAB program to design a lowpass filte
4、r ,which has the specifications:passband edge 800Hz ,stopband edge 1kHz, passband ripple 0.5dB, minimun stopband attenuation 40dB ,and sampling rate is 5kHz.What data should you input to the computer?% Program For Elliptic IIR Lowpass Filter Design%Wp = input(Normalized passband edge = );Ws = input(
5、Normalized stopband edge = );Rp = input(Passband ripple in dB = );Rs = input(Minimum stopband attenuation in dB = );N,Wn = ellipord(Wp,Ws,Rp,Rs)b,a = ellip(N,Wn);h,omega = freqz(b,a,256);plot (omega/pi,20*log10(abs(h);grid;xlabel(omega/pi); ylabel(Gain, dB);title(IIR Elliptic Lowpass Filter);7. In t
6、he system of Figure (a), has a bandlimited spectrum as sketched in Figure (b) and is being sampled at the Nyquist rate. The digital ideal LPF has the frequency response as shown in Figure (c) .Sketch the spectrum ,and of ,and respectively.Test Of Digital Signal Processing2Give the answer of the foll
7、owing problems in English as possible as you can.1. Determine the fundamental period of sequence .2. Consider the z - transform .(1) (1) Give the pole-zero plot of .(2) (2) Determine all possible ROCs of . Discuss the type of inverse z -transform (left-sided, right-sided, or two-sided sequences) ass
8、ociated with each of these ROCs .(3) (3) Give the expression of right-sided sequence.3. A real 8-point sequence .Its 8-point DFT is Xk.(1) Determine the values of ,.(2) (2) Supposing.Sketch . (3) (3) Determine the value of .4. Let =1 2 1 1,and =1 1 1,. (1) (1) Sketch the linear convolution .(2) (2)
9、denote the N-point circular convolution .Determine the values of ,. Explain which value is equal to the value of.Digital Signal Processing3 Note: Give the answer of the following problems as possible in English.1.(20 points)A length-8 sequence is given by . Please give its expressions of ZT , DTFTan
10、d 8-point DFT in closed-form.2.(20 points)Consider a length-8 real sequence, defined for , with 8-point DFT ,.(1) Calculate the following values of without computing the DFT itself: (a) , (b) , (c) .(2) Sketch the sequence whose 8-point DFT is given by .3. (18points) A causal LTI discrete-time syste
11、m has the difference equation .(4) (1) Determine the transfer function of the system.(5) (2) Give the pole-zero plot of the system.(6) (3) Determine the impulse response of the system.4. (15 points) The frequency response of a linear phase FIR filter is given by .(1) (1) Determine and sketch the imp
12、ulse response of the filter.(2) (2) Which type is this linear phase FIR filter?5. (15 points) Using bilinear method , design a digital 2nd-order Butterworth lowpass filter which has the cut-off frequency .(1) (1) Give the transfer function of the designed filter.(2) (2) Develop a realization structu
13、re of the designed filter in cannonic form.Note: The transfer function of analog 2nd-order Butterworth lowpass filter with 3-dB cut-off frequency is .6. (12 points) Let be an order-63 FIR filter, and be a length-64 sequence. The input-output relationship of the filter is shown as following figure. P
14、lease write a MATLAB program to compute by FFT , plot the magnitude and phase spectrum of .5. 5. A sequencehas DTFT shown as following figure. Sketch DTFTof . If and ,where and .Give the expression between and .Test Of Digital Signal Processing4(Give the answer of the following problems in English a
15、s possible as you can)1 1 A sequenceis known as below: , where (1) Sketch the real part of .(2) If A=1, is it periodic? If it is, give its period.2 2 For each of the following discrete-time systems, where yn and xn are, respectively, the output and the input sequences, determine whether or not the s
16、ystem is (1)linear, (2)causal ,(3) stable,(4)shift-invariant.Where .3 3 Calculate the corresponding transformation of following functions:(1) Known , its 1024-point DFT is wanted.(2) Known , its DTFT is wanted.(3) Known , its IDTFT is wanted.4 4 Xk, 0 k 7, is the 8-point DFT of sequence xn= -1, 2, -
17、3, 2, 0, -4, 6, 2, 0 k 7. Please calculate the following values without computing DFT:(a) ; (b) ; (c) ; (d) .5 5 Given two sequences: gn=1 2 3 4(), hn=5 0 3 ().(1) Determine the linear convolution of the two sequence *.(2) Determine the circular convolution of the two sequence Nfor N=4 and N=6, Whil
18、e the lengths of sequences less than N, do the zero-padding. (3) From the results of (1) and (2), make the conclusion of how to use circular convolution to help calculating linear convolution.6. Consider the z - transform as below: .(7) (1) Give the pole-zero plot of .(8) (2) Determine all possible
19、ROCs of . Discuss the type of inverse z -transform (left-sided, right-sided, or two-sided sequences) associated with each of these ROCs .(9) (3) Can you find the? If it is possible, what is it?Test Of Digital Signal Processing(Give the answer of the following problems in English as possible as you c
20、an)6 1 A sequenceis known as below: , where (1) Sketch the real part of .(2) If A=1, is it periodic? If it is, give its period.7 2 For each of the following discrete-time systems, where yn and xn are, respectively, the output and the input sequences, determine whether or not the system is (1)linear,
21、 (2)causal ,(3) stable,(4)shift-invariant.Where .8 3 Calculate the corresponding transformation of following functions:(1) Known , its 1024-point DFT is wanted.(2) Known , its DTFT is wanted.(3) Known , its IDTFT is wanted.9 4 Xk, 0 k 7, is the 8-point DFT of sequence xn= -1, 2, -3, 2, 0, -4, 6, 2, 0 k 7. Please calculate the following values without computing DFT:(a) ;
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度北京市醫(yī)療美容行業(yè)人才招聘合同
- 二零二五年度宿舍區(qū)員工住宿責(zé)任書(shū)
- 二零二五年度合作社與龍頭企業(yè)戰(zhàn)略聯(lián)盟合同
- 醫(yī)療技術(shù)創(chuàng)新的企業(yè)文化建設(shè)
- 2025年度網(wǎng)絡(luò)安全服務(wù)綜合保障合同3篇
- 宿舍設(shè)施升級(jí)商業(yè)視角下的教育環(huán)境變革
- 學(xué)生體能測(cè)試數(shù)據(jù)的采集、處理與分析技術(shù)探討
- 2025年度美妝直播平臺(tái)合作協(xié)議3篇
- 小學(xué)語(yǔ)音教學(xué)中閱讀與朗讀的結(jié)合應(yīng)用
- 小學(xué)數(shù)學(xué)問(wèn)題解決游戲的設(shè)計(jì)挑戰(zhàn)與機(jī)遇
- 2025年度航空航天材料研發(fā)與應(yīng)用技術(shù)服務(wù)合同2篇
- AEO貿(mào)易安全培訓(xùn)
- 2025年中國(guó)財(cái)產(chǎn)險(xiǎn)行業(yè)市場(chǎng)深度分析及發(fā)展趨勢(shì)預(yù)測(cè)報(bào)告
- 巨量信息流廣告(初級(jí))營(yíng)銷(xiāo)師認(rèn)證考試題及答案
- 銀行會(huì)計(jì)主管年度工作總結(jié)2024(30篇)
- 上海市12校2025屆高三第一次模擬考試英語(yǔ)試卷含解析
- 重慶市渝中區(qū)2023-2024學(xué)年八年級(jí)上學(xué)期期末考試數(shù)學(xué)試題含答案及解析
- 【MOOC】教學(xué)研究的數(shù)據(jù)處理與工具應(yīng)用-愛(ài)課程 中國(guó)大學(xué)慕課MOOC答案
- 工商企業(yè)管理畢業(yè)論文范文 工商企業(yè)管理5000論文范文
- 《小學(xué)科學(xué)實(shí)驗(yàn)創(chuàng)新》課件
- 2024年手術(shù)室護(hù)士年度工作計(jì)劃(4篇)
評(píng)論
0/150
提交評(píng)論