matlab证明系统可逆性,华南理工大学信号与系统实验报告.doc

这篇华南理工大学的信号与系统实验报告详细探讨了MATLAB编程基础,包括绘制信号波形、确定信号属性以及计算卷积和系统特性。实验通过实例证明了y[n]=sin((pi/2)x[n])系统非线性,以及y[n]=x[n]+x[n+1]系统非因果性的事实,并展示了如何使用MATLAB进行相关计算和验证。
摘要由CSDN通过智能技术生成

华南理工大学信号与系统实验报告

Experiment Export

Name:

Student No:

Institute:

Dec 26, 2011

Experiment Purposes

1. Be familiar with the software Environment and Programming flow in MATLAB5.3.

2. Learn how to draw the signal waveform and determine the signal properties.

3. Calculate the convolution, frequency response and system output by using the functions: conv, freqz, freqs and filter.

Experiment Contents实验项目一:MATLAB编程基础及典型实例

①? ? 画出离散时间正弦信号并确定基波周期(注:pi? 表示圆周率)1? ? x1[n]=sin(pi*4/4)*cos(pi*n/4)2? ? x2[n]=cos(pi*n/4)*cos(pi*n/4)3? ? x3[n]=sin(pi*n/4)*cos(pi*n/8)

program for matlabn=0:31;x1=sin(pi*n/4).*cos(pi*n/4);x2=cos(pi*n/4).*cos(pi*n/4);x3=sin(pi*n/4).*cos(pi*n/8);subplot(3,1,1);stem(n,x1);title('x1');subplot(3,1,2);stem(n,x2);title('x2');subplot(3,1,3);stem(n,x3);title('x3');grid on;?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值