You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jakub Kákona edited this page Jun 29, 2014
·
3 revisions
Python SDR waterfall
Installation
You can see pySDR running with gnuradio companion in this pySDR video
GNU Radio integration
Integration of pySDR in to gnuradio is possible via gr-pipe block. For installation download it, compile it and install it in your system from your terminal
Now we can run gnuradio-companion. A new block category Pipe appear in block menu. For using pySDR as gnuradio sink we use "Pipe Sink" block. With command option "cd path_to_pysdr_source; python waterfall.py -b FFT_size -r sampling_rate"
For example:
cd /home/kaklik/git/pysdr; python waterfall.py -b 5120 -r 48000