当前位置:网站首页>nr部分计算
nr部分计算
2022-08-04 19:23:00 【洪大宇】
debug #1
#ifdef NR_DEBUG_5G
diff_params =
globa_sync_pos - (start_samples[i_framer] + (search_range) / 2);
wlog("[DETECT FREQ] sync_pos %u fpga %u \n", globa_sync_pos,
(start_samples[i_framer] + (search_range) / 2));
diff_params *= 32;
wlog("[DETECT FREQ] diff params %d \n", diff_params / 32);
if (config->numerology_index == 1) {
// scs 30khz
WFPGA(0x260, (diff_params - 1) | (1 << 28));
WFPGA(0x264, (diff_params - 1));
} else if (config->numerology_index == 0) {
// scs 15khz
WFPGA(0x260, ((diff_params * 2) - 1) | (1 << 28));
WFPGA(0x264, ((diff_params * 2) - 1));
}
system_sync_frame_deal_sib(&proc, UE[0], n_frames, 1, 1, i_framer,
start_samples, end_samples, &config->sib);
print_nr_tdd_ul_config(&config->sib);
#endif
边栏推荐
猜你喜欢
![[Sql brush topic] Query information data--Day1](/img/a7/67b59bd41803dfc07ecb8f00669c29.png)
[Sql brush topic] Query information data--Day1

Defaced Fingerprint Recovery and Identification

curl命令的那些事

ACP-Cloud Computing By Wakin自用笔记(2)CPU和内存虚拟化

量化交易机器人系统开发

Query the published version records of the APP Store

Dragoma (DMA) Metaverse System Development

八一建军节 | 致敬中国人民解放军

一些性能测试的要点

VQ Realization of Wavelet Extraction Features
随机推荐
译文推荐|Apache Pulsar 隔离系列(四):单集群隔离策略
直播回顾|7 月 Pulsar 中文开发者与用户组会议
EuROC 数据集格式及相关代码
编译optimize源码实现过程
EuROC dataset format and related codes
[Latest Information] 2 new regions will announce the registration time for the soft exam in the second half of 2022
Highlights of some performance tests
The Development and Current Situation of Object Detection
什么是内部客户服务?
浅谈web网站架构演变过程
当前最快的实例分割模型:YOLACT 和 YOLACT++
How to add custom syntax to MySQL?
ACP-Cloud Computing By Wakin自用笔记(2)CPU和内存虚拟化
Pedestrian fall detection experiment based on YOLOV5
03 ts类型缩小,函数
VQ Realization of Wavelet Extraction Features
入门:人脸专集1 | 级联卷积神经网络用于人脸检测(文末福利)
华为交换机:STP测试实验
MMDetection usage example: from entry to exit
Dragoma(DMA)元宇宙系统开发