Matlab与通信系统仿真第2章 Signals and linear system.pptxVIP

  • 1
  • 0
  • 约6.68千字
  • 约 31页
  • 2024-02-24 发布于江苏
  • 举报

Matlab与通信系统仿真第2章 Signals and linear system.pptx

SignalsandLinearSystems

WediscussthefollowinginMatlab:-Signalpresentation,-Fouriertransform,-LTIsystems-Signalenergy,power,sprectrum,andautocorrelation,-LowpassequivalentofbandpasssignalsMatlabcanonlyuseadiscrete-timesamplingsequencetorepresentacontinuous-timesignal2

3SignalsinMatlabImpulsesignalandsequencet=-5:0.01:5;

y=(t==0);

subplot(1,2,1);

plot(t,y,r’);

n=-5:5;

x=(n==0);

subplot(1,2,2);

stem(n,x);

4Stepsignalandsequencet=-5:0.01:5;y=(t=0);subplot(1,2,1);plot(t,y,r)n=-5:5;

x=(n=0);

subplot(1,2,2);

stem(n,x);Signal

文档评论(0)

1亿VIP精品文档

相关文档