当前位置:网站首页>nr part calculation
nr part calculation
2022-08-04 19:32:00 【Hong Dayu】
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
边栏推荐
猜你喜欢
查询APP Store已发布过的版本记录
使用.NET简单实现一个Redis的高性能克隆版(二)
SIGIR 2022 | 邻域建模Graph-Masked Transformer,显著提高CTR预测性能
华为WLAN技术:AP上线及相关模板的配置实验
Those things about the curl command
正则表达式未完
【着色器实现Glitch单项故障闪烁效果(与Television效果不同)_Shader效果第十四篇】
Redis数据库—定义、特点、安装、如何启动与停止
Jmeter - Heap配置原因报错Invalid initial heap size: -Xms1024m -Xmx2048mError
PG网络传输安全SSL介绍及使用示例
随机推荐
Jmeter - Heap配置原因报错Invalid initial heap size: -Xms1024m -Xmx2048mError
按需视觉识别:愿景和初步方案
awk 统计平均 最大 最小值
使用.NET简单实现一个Redis的高性能克隆版(二)
带你了解数据分布式存储原理
什么是内部客户服务?
win10 uwp DataContext
PostgreSQL的 SPI_接口函数
如何给MySQL添加自定义语法 ?
win10 uwp xaml 绑定接口
Pedestrian fall detection experiment based on YOLOV5
六月 致 -.-- -..- -
T+Cloud: A "Smart Company" for Building New Business Social Networks and Marketing Relationships
切换node版本和切换npm源工具
[Latest Information] 2 new regions will announce the registration time for the soft exam in the second half of 2022
手把手教你CSP系列之script-src
PG网络传输安全SSL介绍及使用示例
动手学深度学习_VggNet
win10 uwp json
如何搭建 RADIUS 云服务器?