Git Product home page Git Product logo

sig_saturate's Introduction

sig_saturate

Second-Order Lag System with Saturation Highlights:

  1. Set system parameteers for second order lag system
  2. Set upper and lower saturation limits
  3. slect from different types of input signal
  4. Set / change the properties of input signal
  5. Visualise the input and output signal

Chechout the Demo hosted at Link

Installation

Pypi

run following command in terminal

pip install sig-saturate

From source

Run following command in terminal

  1. git clone https://github.com/bokey007/sig_saturate
  2. cd sig_saturate
  3. python setup.py sdist bdist_wheel
  4. pip install ./dist/sig_saturate-0.1.0.tar.gz

Usage

sig_saturate.run
  • Above command will lauch the app on default port 8501.
  • Open the browser and go to http://localhost:8501
  • play with the parameters interatively and visualise input and output signals from different sets of parameters.
sig_saturate.run --port 8080

Above command can be used to specify the port on which you want to run the app.

Demo

Solution is implemnted in following three steps

  1. Generate input siganls as per user inputs
  2. Simulates the behavior of a second-order lag system with saturation
  3. Visualization the input and output

Development tools:

  1. setuptools (https://pypi.org/project/setuptools/): Used to create a python package
  2. pipreqs (https://pypi.org/project/pipreqs/): Used to create requirements.txt file
  3. twine (https://pypi.org/project/twine/): Used to upload the package to pypi.org
  4. wheel (https://pypi.org/project/wheel/): Used to create a wheel file

sig_saturate's People

Contributors

bokey007 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.