Git Product home page Git Product logo

line-encoding-plotter's Introduction

banner

It's just a simple Program that uses either python or C++ to plot digital Signals in simple encodings like RZ, NRZ-Linear, NRZ-Inverted, Bipolar Encoding, Manchester and Differential Manchester

Made it because in true CSE Student fashion, I decided to automate in an hour what would've been a 2 minute homework assignment. Archived as of December 6, 2021 (when I decided to archive most of my repo's)

Python Implementation

Python Implementation is made by using turtle.py and tkinter

Example

Input is given as

input_example_python

And output can be seen in a new window as

output_example_python

C++ Implementation

C++ Implementation made with graphics.h

It was a massive pain to set this up, that library is archaic

To run this, open the terminal at location 'destinationdirectory/cpp_implementation' and use the following commands:

destinationdirectory/cpp_implementation$ g++ plotter.cpp -o plotter -lgraph
destinationdirectory/cpp_implementation$ ./plotter

Example

Input is given as

input_example_cpp

And output is generated in a graphics window as

output_example_cpp

line-encoding-plotter's People

Contributors

overpowereddev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.