当前位置:网站首页>nr部分计算
nr部分计算
2022-08-02 03:37: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
边栏推荐
猜你喜欢

Jetson Nano 2GB Developer Kit Installation Instructions

复制延迟案例(2)-读己之写

无主复制系统(1)-节点故障时写DB

ClickHouse的客户端命令行参数

Win8.1下QT4.8集成开发环境的搭建

Research Notes (8) Deep Learning and Its Application in WiFi Human Perception (Part 1)

强化学习(西瓜书第16章)思维导图

Your device is corrupt. It cant‘t be trusted and may not work propely.

日本痴汉打赏女主播1.5亿,结果。。。

UI自动化测试框架搭建——标记性能较差用例
随机推荐
数学建模学习(76):多目标线性规划模型(理想法、线性加权法、最大最小法),模型敏感性分析
Jetson Nano 2GB Developer Kit Installation Instructions
Deep Blue Academy - 14 Lectures on Visual SLAM - Chapter 7 Homework
Autowired注解与Resource注解的区别
samba,nfs,iscsi网络文件系统
g++编译添加头文件路径,设置库路径,包路径,找文件
Promise
多数据中心操作和检测并发写入
webdriver封装
Zabbix删除一些大表历史数据脚本
el-input 只能输入整数(包括正数、负数、0)或者只能输入整数(包括正数、负数、0)和小数
CaDDN paper reading of monocular 3D target detection
无主复制系统(1)-节点故障时写DB
OpenCV内阈值处理方法
轮询和长轮询的区别
多主复制下处理写冲突(3)-收敛至一致的状态及自定义冲突解决逻辑
剩余参数、数组对象的方法和字符串扩展的方法
micro-ros arduino esp32 ros2 笔记
Jetson Nano 2GB Developer Kit 安装说明
吴恩达机器学习系列课程笔记——第十四章:降维(Dimensionality Reduction)