- 72
- 0
- 约1.26万字
- 约 23页
- 2017-07-06 发布于湖北
- 举报
实验四线性时不变离散时间系统的频域分析
Name:Chen yifan 20112121006
Section:
Laboratory Exercise 4
LINEAR, TIME-INVARIANT DISCRETE-TIME SYSTEMS: FREQUENCY-DOMAIN REPRESENTATIONS
4.1 TRANSFER FUNCTION AND FREQUENCY RESPONSE
Project 4.1 Transfer Function Analysis
Answers:
Q4.1 The modified Program P3_1 to compute and plot the magnitude and phase spectra of a moving average filter of Eq. (2.13) for 0 ? 2( is shown below:
Insert program code here. Copy from m-file(s) and paste.
w=0:pi/511:2*pi;
M=input(M= );
num=ones(1,M)/M;
h=freqz(num,1,w);
subplot(2,1,1);
plot(w/pi,abs(h));grid;
title(H(e^{j\omega})幅度谱);
xlabel(\omega/
原创力文档

文档评论(0)