惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
罗磊的独立博客
Last Week in AI
Last Week in AI
B
Blog
IT之家
IT之家
S
SegmentFault 最新的问题
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - 聂微东
U
Unit 42
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
MyScale Blog
MyScale Blog

博客园 - 图像处理工程师

电磁课 QT 5G NR Shell学习笔记 C git Python安装插件 体检清单 5G NR 随机接入RACH流程 帮朋友写的两篇文章 与疯姐的对话 实现C(i,j)=A(m,n,w)+B(m,n) 误差处理相关 全局变量和局部变量 Yeelink:将复杂的传感器以极简的方式组到同一个网络内 基站分布:GDOP C++学习路线图 Matlab中三点确定质心 三维曲面Matlab仿真
SLIV
图像处理工程师 · 2022-10-25 · via 博客园 - 图像处理工程师

SLIV defines the start symbol and the number of consecutive symbols for PDSCH allocation using Single Number.

SLIV = ((L-1)≤7)?(14*(L-1) + S):(14(14-L+1) + (14-1-S))

PDSCH/PUSCH mapping type in the above table is specified in RRC message as shown below.

PDSCH-TimeDomainResourceAllocation ::=      SEQUENCE {

    k0                                  INTEGER (1..3)

    mappingType                         ENUMERATED {typeA, typeB},

    startSymbolAndLength                BIT STRING (SIZE (7)) // SLIV

}

PUSCH-TimeDomainResourceAllocation ::=  SEQUENCE {

    k2                                  INTEGER (0..7)                          

    mappingType                         ENUMERATED {typeA, typeB},

    startSymbolAndLength                BIT STRING (SIZE (7)) // SLIV

}