Changes between Version 21 and Version 22 of Tutorials/Wireless/mmwaveRFSoC


Ignore:
Timestamp:
Feb 7, 2022, 6:36:52 PM (2 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveRFSoC

    v21 v22  
    148148 3. Observe the received signal in frequency-domain:
    149149
    150 - '''ederarray.py:''' This script contains SDR object to control the Sivers array.
    151 
     150- '''ederarray.py:'''
     151
     152  The Python drivers of the Sivers library require Python 2. One way to remove this dependence is to remotely control the Sivers array with an HTTP server. The script 'ederarray.py' instantiates an object to control the Sivers array and starts the HTTP server to listen to control commands
     153{{{#!shell-session
     154root@srv1-in1:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0240
     155}}}
     156{{{#!shell-session
     157root@srv1-in2:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0243
     158}}}
     159
     160{{{#!comment
    152161The FTDI drivers of the Sivers array require the use of Python 2. To alleviate this we create an HTTP server
    153 
    154 
    155 The Python drivers of the Sivers library require Python 2. One way to remove this dependence is to remotely control the Sivers array with an HTTP server. We can start the HTTP server as follows,
    156 {{{#!shell-session
    157 root@srv1-in1:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0240
    158 }}}
    159 {{{#!shell-session
    160 root@srv1-in2:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0243
    161162}}}
    162163