Changes between Version 85 and Version 86 of Tutorials/Wireless/mmwave Paam Agora


Ignore:
Timestamp:
Oct 11, 2023, 2:01:37 PM (7 months ago)
Author:
Abhi Adhikari
Comment:

Resolving MATLAB licensing issue

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Agora

    v85 v86  
    107107   }}}
    108108
    109 * Run {{{und_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:
    110110   {{{#!shell
    111111[INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100; UHD_4.1.0.HEAD-0-g25d617ca
     
    194194    root@srv1-lg1:~/PAAM_Control# python3 main.py
    195195    }}}
     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**.
    196203* In **terminal 2**, direct to the CFO calibration folder and run the CFO estimation pipeline in {{{MATLAB}}}:
    197204    {{{#!shell