資源簡介
x=0:0.1:13;
y1=cos(x);
y2=cos(0.5*x);
y3=cos(2*x);
y4=cos(1.5*x);
plot(x,y1,'c')
hold on
plot(x,y2,'b')
hold on
plot(x,y3,'y')
hold on
plot(x,y4,'g')
hold on
axis([0,13,-1.2,1.2])
title('OFDM 包含四個載波的情況')
xlabel('時間')
ylabel('幅度')

代碼片段和文件信息
x=0:0.1:13;
y1=cos(x);
y2=cos(0.5*x);
y3=cos(2*x);
y4=cos(1.5*x);
plot(xy1‘c‘)
hold?on
plot(xy2‘b‘)
hold?on
plot(xy3‘y‘)
hold?on
plot(xy4‘g‘)
hold?on
axis([013-1.21.2])
title(‘OFDM?包含四個載波的情況‘)
xlabel(‘時間‘)
ylabel(‘幅度‘)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????258??2011-05-25?10:27??OFDMzaibo.m
-----------?---------??----------?-----??----
??????????????????258????????????????????1
- 上一篇:vhdl汽車尾燈控制
- 下一篇:斜齒圓柱齒輪工作零件圖
評論
共有 條評論