test.m

来自「3GPP空间信道模型」· M 代码 · 共 14 行

M
14
字号
 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 + =
减小字号Ctrl + -
显示快捷键?