User Tools

Site Tools


cortexlab102

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cortexlab102 [2018/03/29 16:42] – [Creating a flow graph on your PC] mimbertcortexlab102 [2018/04/04 17:18] – [Creating a flow graph on your PC] lcardoso
Line 74: Line 74:
  
 As it is not very convenient to work on CorteXlab server, we will explain here how to create flow graphs with GNUradio on your machine and export them to CorteXlab. We are going to create a new flowgraph called ''spectrum_analyzer.grc''. As it is not very convenient to work on CorteXlab server, we will explain here how to create flow graphs with GNUradio on your machine and export them to CorteXlab. We are going to create a new flowgraph called ''spectrum_analyzer.grc''.
 +
 +### Cloning the example task
 +
 +An example task is provided in the FIT/CorteXlab GitHub repositories. It is kept up-to-date and well prepared to run. First let us prepare to clone the example task.
 +
 +Let us start by erasing any previous (and possibly outdated) version of the example task already present in your home dir:
 +
 +<code>
 +tuto#@srvairlock:~$ rm -rf examples
 +</code>
 +
 +Now let us retrieve the examples repository on GitHub :
 +
 +<code>
 +tuto#@srvairlock:~$ git clone https://github.com/CorteXlab/examples.git
 +tuto#@srvairlock:~$ cd examples
 +tuto#@srvairlock:~/examples$ cd my_task
 +</code>
  
 Launch, on your virtual machine, the ''gnuradio-companion'' tool Launch, on your virtual machine, the ''gnuradio-companion'' tool
Line 119: Line 137:
  
 Generate the flowgraph, a spectrum_analyzer.py should have appeared in the directory.  Generate the flowgraph, a spectrum_analyzer.py should have appeared in the directory. 
- 
  
  
cortexlab102.txt · Last modified: 2018/11/19 19:59 by ooubejja

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki