hackerboygn / dq-visualisation

Visualisatin for Clarke and Park Transforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Visualisation for Clarke and Park Transforms

The purpose of this project is to provide an graphic based UI for the user to dynamically visualise and analyse the Clarke Transform and Park Transform for balanced three-phase inputs.

Getting Started

Type the following in your terminal:

    python gsyDqMain.py

This should let Python to run the main script.

Or, you might need the following:

    python3 gsyDqMain.py

Prerequisites

  • Python 3.5+
  • maplotlib
  • numpy
  • tkinter
  • threading
  • time
  • os
  • sys
  • glob
  • FFmpeg

Anaconda 5.0.1 should have everything except FFmpeg. You can get at here

I tried to make this project os independent, but since I only have a Windows machine, I have not been able to test it on any Linux systems.

Installing

You must install Python first. And then download the whole master trunk to your local machine.

Make sure you have the following file:

  • gsyDqMain.py
  • gsyDqLib.py
  • gsyIO.py
  • gsyINI.py

Other files are mainly for automatic documentation generation via sphinx.

Here are two useful links for using sphinx:

A detailed how to use can be found in the documentation.

Built With

  • Spyder - The IDE used
  • Anaconda - The Python distributio used
  • Sphinx - Used to automatically generate documentations
  • Read the Docs - The theme for Sphinx
  • FFmpeg - Codec for saving animations as videos

Preview

UI image

Contributing

高斯羽 博士 (Dr. GAO, Siyu)

This project is out of personal interest mainly.

Versioning

I use the GitHub web app and TortoiseSVN.

Authors

高斯羽 博士 (Dr. GAO, Siyu)

License

This project is licensed under Apache 2.0 License - see the LICENSE.md file for details. But I would really hate it if any one want to use any of my code for commercial gain.

Acknowledgments

  • Edith Clarke
  • Robert H. Park

Special Thanks

王文元 博士 (Dr. WANG, Wenyuan)

About

Visualisatin for Clarke and Park Transforms

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Batchfile 0.5%Language:Makefile 0.4%