|   | 1 | In this section we will review and construct basic signals. For this tutorial, use the Y option when calling doing SSH. First you are going to want to resolve a space on SB3 before continuing on with the tutorial. | 
          
          
            |   | 2 | {{{ | 
          
          
            |   | 3 | ssh -Y username@sb3.orbit-lab.org | 
          
          
            |   | 4 | }}} | 
          
          
            |   | 5 |  | 
          
          
            |   | 6 | Check that the nodes are powered ON: | 
          
          
            |   | 7 |  | 
          
          
            |   | 8 | {{{ | 
          
          
            |   | 9 | omf stat -t all | 
          
          
            |   | 10 | }}} | 
          
          
            |   | 11 |  | 
          
          
            |   | 12 | If one or both of the nodes are in a powered off state turn them on with: | 
          
          
            |   | 13 |  | 
          
          
            |   | 14 | {{{ | 
          
          
            |   | 15 | omf tell -a on -t all | 
          
          
            |   | 16 | }}} | 
          
          
            |   | 17 |  | 
          
          
            |   | 18 | Next to get the latest updated image with updated gnuradio libraries enter: | 
          
          
            |   | 19 |  | 
          
          
            |   | 20 | {{{ | 
          
          
            |   | 21 | omf load -t all -i ubuntu-14-04-64bit-sdr-full.ndz | 
          
          
            |   | 22 | }}} | 
          
          
            |   | 23 |  | 
          
          
            |   | 24 | After calling the nodes will power down after imaging. Turn them back on and enter: | 
          
          
            |   | 25 |  | 
          
          
            |   | 26 | {{{ | 
          
          
            |   | 27 | ssh -Y root@node1-1 | 
          
          
            |   | 28 | }}} | 
          
          
            |   | 29 |  | 
          
          
            |   | 30 | *Note if this doesn't work the first time, the node might be recovering from imaging. Wait a few seconds and try again. | 
          
          
            |   | 31 |  | 
          
          
            |   | 32 | Enter on the command line: | 
          
          
            |   | 33 |  | 
          
          
            |   | 34 | {{{ | 
          
          
            |   | 35 | gnuradio-companion & | 
          
          
            |   | 36 | }}} | 
          
          
            |   | 37 |  | 
          
          
            |   | 38 | From the available blocks construct the schematic displayed in: | 
          
          
            |   | 39 | [[Image(sawtoothbuild.png)]] this will allow you to view the signal and its frequency plot equivalent similar to the image below: | 
          
          
            |   | 40 | [[Image(sawtooth.png)]] |