Changes between Version 41 and Version 42 of Tutorials/Wireless/mmwave Paam Basics
- Timestamp:
- Apr 10, 2022, 6:25:58 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Basics
v41 v42 15 15 Author: Tingjun Chen, Duke University (tingjun.chen [at] duke [dot] edu) 16 16 17 Last updated: Mar. 26, 202217 Last updated: Apr. 10, 2022 18 18 19 19 === Acknowledgements === … … 213 213 }}} 214 214 215 If you are on SB2, the commands are:\\ 216 PAAM #1 (rfdev2-1.sb2.cosmos-lab.org) 217 {{{#!shell 218 root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev2-1.sb2.cosmos-lab.org&ics=0&num_elements=4&txrx=rx&pol=v&theta=0&phi=0" 219 }}} 220 PAAM #2 (rfdev2-2.sb2.cosmos-lab.org) 221 {{{#!shell 222 root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev2-2.sb2.cosmos-lab.org&ics=0&num_elements=4&txrx=rx&pol=v&theta=0&phi=0" 223 }}} 224 215 225 216 226 ==== Run the experiment ==== … … 229 239 230 240 ==== Finish the experiments ==== 231 When the experiments are completed, make sure to clean up and turn off the PAAMs by running 241 When the experiments are completed, make sure to clean up and turn off the PAAMs. 242 243 For SB1:\\ 232 244 {{{#!shell 233 245 root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev4-in1.sb1.cosmos-lab.org" 234 246 root@console:~# omf tell -a offh -t rfdev4-in1.sb1.cosmos-lab.org 235 }}} 247 root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev4-in2.sb1.cosmos-lab.org" 248 root@console:~# omf tell -a offh -t rfdev4-in2.sb1.cosmos-lab.org 249 }}} 250 \\ 251 252 For SB2:\\ 253 {{{#!shell 254 root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev2-1.sb2.cosmos-lab.org" 255 root@console:~# omf tell -a offh -t rfdev2-1.sb2.cosmos-lab.org 256 root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev2-2.sb2.cosmos-lab.org" 257 root@console:~# omf tell -a offh -t rfdev2-2.sb2.cosmos-lab.org 258 }}}