Changes between Version 85 and Version 86 of Tutorials/Wireless/mmwave Paam Agora
- Timestamp:
- Oct 11, 2023, 2:01:37 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Agora
v85 v86 107 107 }}} 108 108 109 * Run {{{u nd_find_devices}}} to make sure that both USRP N310s can be reached:109 * Run {{{uhd_find_devices}}} to make sure that both USRP N310s can be reached: 110 110 {{{#!shell 111 111 [INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100; UHD_4.1.0.HEAD-0-g25d617ca … … 194 194 root@srv1-lg1:~/PAAM_Control# python3 main.py 195 195 }}} 196 * In **terminal 2**, fix MATLAB licensing issue: 197 {{{#!shell 198 cd /usr/local/MATLAB/R2022b/bin 199 root@srv1-lg1:/usr/local/MATLAB/R2022b/bin# ./deactivate_matlab.sh 200 root@srv1-lg1:/usr/local/MATLAB/R2022b/bin# ./activate_matlab.sh 201 }}} 202 At the last step, MATLAB will ask for a username for the computer. Enter **root**. 196 203 * In **terminal 2**, direct to the CFO calibration folder and run the CFO estimation pipeline in {{{MATLAB}}}: 197 204 {{{#!shell