📄 test.m
字号:
H=scm(scmparset,linkparset(1),antparset);
scmpar=scmparset;
linkpar=linkparset(1);
antpar=antparset;
scmpar.NumTimeSamples=1000;
scmpar.NumBsElements=1;
scmpar.NumMsElements=1;
scmpar.RandomSeed=300;
scmpar.NumPaths=6;
scmpar.ScmOptions='urban_canyon';
scmpar.Scenario='urban_macro';
[H1 delays out]=scm(scmpar,linkpar,antpar);
[H2 delays out]=scm(scmpar,linkpar,antpar,out);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -