Skip to content

mitul93/gr-smithchart

Repository files navigation

###gr-smithchart

pyQT based smith chart for GNU Radio

####Steps:

To run this code do following

  1. git clone https://github.com/mitul93/gr-smithchart.git
  2. cd gr-smithchart
  3. mkdir build && cd build
  4. cmake ../
  5. make
  6. make install or sudo make install
  7. cd ../examples
  8. ./example_smith.py or sudo chmod +x example_smith.py && ./example_smith.py

####Workdone:

  • created skeleton for smith chart using pyQT
  • created example to check the compatibility with GNU Radio
  • implement method to draw points on graph
  • add major and minor grid

####Todo:

  • implement method to draw contineous graph from given points
  • incorporate stream tags or message to display result

ScreenShot

About

pyQT based smith chart for GNU Radio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages