Skip to content

fun9948/gr-inspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-inspector

![gr-inspector logo](docs/doxygen/images/logo_body.png "The Inspector") ## Introduction This GNU Radio module is part of the Google Summer of Code (GSoC) program 2016. The target is to develop a signal analysis / signal intelligence toolbox with the following capabilities:
  • Automatic signal detection
  • Automatic modulation classification
  • GUI feedback
  • Doxygen documentation

Additional functionality for the post-GSoC period can be:

  • Signal allocation database
  • Automatic demodulation
  • Automatic decoding

Read the full proposal here.

Installation

To install the Inspector, the following dependencies are required:

  • GNU Radio runtime
  • gr-filter
  • QT4
  • QWT

Install by the following shell commands:

mkdir build
cd build
cmake .. -DENABLE_PYTHON=ON
make -j4
sudo make install

This module is still under development. Please let me know if you run into any issues on the master branch.

Contact

Maintainer of this module:

Sebastian Müller
gsenpo[at]gmail.com

If you want to know more about the development process, please visit the blog.

If you have any questions or problems, the GNU Radio mailing list is the right place to get help. There are many people who will provide assistance.

About

Signal Analysis Toolbox for GNU Radio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 49.6%
  • C++ 40.4%
  • Python 9.4%
  • C 0.6%