User Tools

Site Tools


running_your_first_experiment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
running_your_first_experiment [2025/05/14 18:31] cmorinrunning_your_first_experiment [2025/07/01 16:58] (current) cmorin
Line 121: Line 121:
   node14:   node14:
     container:     container:
-    - image: ghcr.io/cortexlab/cxlb-gnuradio-3.10:1.4+    - image: ghcr.io/cortexlab/cxlb-gnuradio-3.10:1.5
       command: bash -lc "/cortexlab/homes/[username]/Tutorials/Tuto_1/ofdm_benchmark/ofdm_tx_example.py -g 15 -b 4 -r 1000000 -f 1250000000"       command: bash -lc "/cortexlab/homes/[username]/Tutorials/Tuto_1/ofdm_benchmark/ofdm_tx_example.py -g 15 -b 4 -r 1000000 -f 1250000000"
 +    passive: true
  
   node16:   node16:
     container:     container:
-    - image: ghcr.io/cortexlab/cxlb-gnuradio-3.10:1.4+    - image: ghcr.io/cortexlab/cxlb-gnuradio-3.10:1.5
       command: bash -lc "/cortexlab/homes/[username]/Tutorials/Tuto_1/ofdm_benchmark/ofdm_rx_example.py -g 15 -b 4 -r 1000000 -f 1250000000"       command: bash -lc "/cortexlab/homes/[username]/Tutorials/Tuto_1/ofdm_benchmark/ofdm_rx_example.py -g 15 -b 4 -r 1000000 -f 1250000000"
 </code> </code>
Line 141: Line 142:
     * ''-r 2000000'': this sets the bandwidth of the signal to 2 MHz     * ''-r 2000000'': this sets the bandwidth of the signal to 2 MHz
     * ''-f 1234000000'': this sets the carrier frequency of the signal to 1.234 GHz     * ''-f 1234000000'': this sets the carrier frequency of the signal to 1.234 GHz
-  * ''passive: true'': the node will be passive, meaning it will stop when all active nodes are finished+  * ''passive: true'': the node 14 will be passive, meaning it will stop when all active nodes are finished
  
 This is the scenario at hand: This is the scenario at hand:
Line 158: Line 159:
  
 <code> <code>
-you@yourpc:~$ scp -v [-i path/to/your/key] [-r] path/to/local/file/my_task username@gw.cortexlab.fr:/cortexlab/homes/[YOUR CORTEXLAB USERNAME]/Tutorials/Tuto_1/+you@yourpc:~$ scp -v [-i path/to/your/key] [-r] path/to/local/file/my_task username@gw.cortexlab.fr:~/Tutorials/Tuto_1/
 </code> </code>
  
Line 174: Line 175:
  
 <code> <code>
-you@srvairlock:~/ cd /cortexlab/homes/[YOUR CORTEXLAB USERNAME]/Tutorials/Tuto_1/examples/+you@srvairlock:~/ cd ~/Tutorials/Tuto_1/examples/
 </code> </code>
  
Line 227: Line 228:
  
 <code> <code>
-you@srvairlock:~/Tutorials/Tuto_1/examples/ $ cd ../results+you@srvairlock:~/Tutorials/Tuto_1/examples/ $ cd ~/results
 you@srvairlock:~/results$ ls you@srvairlock:~/results$ ls
 task_XXXX task_XXXX
Line 238: Line 239:
  
 <code> <code>
-you@srvairlock:~/results/task_XXXX/node14$ ls node_14+you@srvairlock:~/results/task_XXXX$ ls node14
 task_XXXX_container_0               task_XXXX_container_0.create.stdout task_XXXX_container_0.kill.stdout   task_XXXX_container_0               task_XXXX_container_0.create.stdout task_XXXX_container_0.kill.stdout  
 task_XXXX_container_0.log.stdout    task_XXXX_container_0.start.stdout  task_XXXX_container_0.wait.stdout task_XXXX_container_0.log.stdout    task_XXXX_container_0.start.stdout  task_XXXX_container_0.wait.stdout
Line 262: Line 263:
 <code> <code>
 you@srvairlock:~/results/task_XXXX$ cd node16 you@srvairlock:~/results/task_XXXX$ cd node16
-you@srvairlock:~/results/task_XXXX/node14$ cat task_XXXX_container_0.log.stdout+you@srvairlock:~/results/task_XXXX/node16$ cat task_XXXX_container_0.log.stdout
 </code> </code>
  
running_your_first_experiment.1747240269.txt.gz · Last modified: by cmorin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki