在LTE里,我们通常所说的信道状态信息CSI(Channel State Information),主要包括PMI、RI和CQI。PMI的意思是预编码矩阵,UE通过PMI告诉eNB当前DL-SCH传输的最佳预编码矩阵。RI是秩指示的意思,告诉eNB当前DL-SC…
这篇是与Scell激活相关的内容,,可以看作是Scell activation方式的一个总结。截至R18目前scell激活有3种主要的方式,分别是R15 Scell activation(SCell Activation/Deactivation MAC CE ), R16 Dormant BWP based fast Scell activation和R17 A-TRS(aperiodic CSI-RS for trac…
class PersonA {name:stringage1:numbersub:booleanconstructor(name:string, age1:number, sub:boolean) {this.name namethis.age1 age1this.sub sub}
}
new PersonA(测试, 12, true)//类修饰符 public private protected
//public内部外部都能访问
//private 私有变量…