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.
!!Warning!!
DO NOT use matplotlib 3.0.2, it causes errors. A working version is 2.3.3.
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
- 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.
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.
- 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
Click to play the videos
- PLL is locked on
- PLL is locked onto the fundamental when the input is the 2nd order harmonic
- PLL is locked onto the fundamental when the input is a inter-harmonic
高斯羽 博士 (Dr. GAO, Siyu)
This project is out of personal interest mainly.
I use Git and the GitHub web app.
高斯羽 博士 (Dr. GAO, Siyu)
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.
- Edith Clarke
- Robert H. Park
王文元 博士 (Dr. WANG, Wenyuan)