Skip to content

luwangg/GNU-Radio-Practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GNU-Radio-Practice

A PLAYGROUND for GNU Radio apps!

Installation

Its recommended to install GNU Radio with PyBOMBS or for MAC OS X: port install gnuradio for linux OS: apt-get install gnuradio

Source Build

To build any oot(out of tree) module manually from source, follow this procedure.

  1. $ cd gr-2trxmimo
  2. $ mkdir build
  3. $ cd build
  4. $ cmake ../ or $ cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../
  5. $ make
  6. $ sudo make install
  7. $ sudo ldconfig

Useful OOT MODULES TO BE INSTALLED (gr-inspecor gr-lte gr-ieee802-11)

About

A PLAYGROUND for GNU Radio apps!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%