fadeplot.m

来自「压缩文件中是Error Correction Coding - Mathemat」· M 代码 · 共 19 行

M
19
字号
% Make a plot of fading signal amplitudes% Copyright 2004 by Todd K. Moon% Permission is granted to use this program/data% for educational/research onlyclf;subplot(2,2,1);N = 34;g21 = jakes(N);g22 = jakes(N);g23 = jakes(N);plot(10*log10(g21));hold on;plot(10*log10(g22),'r-.');% plot(10*log10(g22),'-.');xlabel('time t/T');ylabel('|g(t)|, dB');axis([0 200 -30 10]);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?