Changes between Version 21 and Version 22 of Tutorials/Wireless/mmwaveRFSoC
- Timestamp:
- Feb 7, 2022, 6:36:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveRFSoC
v21 v22 148 148 3. Observe the received signal in frequency-domain: 149 149 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 154 root@srv1-in1:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0240 155 }}} 156 {{{#!shell-session 157 root@srv1-in2:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0243 158 }}} 159 160 {{{#!comment 152 161 The 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-session157 root@srv1-in1:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0240158 }}}159 {{{#!shell-session160 root@srv1-in2:~/mmwsdr/host/mmwsdr/array$ python ederarray.py -u SN0243161 162 }}} 162 163