Skip to content

A python Application to solve Problems related to Practical Harmonic Analysis of Tabluler Form

License

Notifications You must be signed in to change notification settings

sukhmani1303/Practical-Harmonic-Ananlysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Practical-Harmonic-Ananlysis-Solver

This is a beta version & might get updates to improve/add more features to tackle the problem.
For Contributing, reach out to me sukhmani1303@gmail.com


INTRODUCTION

This Python Application can solve Practical Harmonic Analysis Maths Problems with 100% accuracy in no time for you. All you have to do, is feed the X & F(x) Values and get the answer in one click. This app aims to help every Math student/teacher in Verifying answers or Getting answers without the need of internet with a highly interactive interface.

A SAMPLE PROBLEM :



DEPENDENCIES

There are 3 elements without which this application won't work

  1. Python
    The code being written in python, needs the same to run successfully. One can download & install the latest version of Python from here
  1. Tkinter Python Library
    This Library is not pre-installed, thus we need to install it externally. The simplest method to install Tkinter is :

    1. Open CMD
    2. pip install tkinter , this might take a while but will get installed eventually
    To use pip, make sure you complete step 1

  2. Math Python Library
    This is a pre-installed Python Library

CHANGING FILE PATH

You need to change the file path before running the script. Change app icon on line 7 to respective function.png file on your device

HOW TO USE

Step 1 - Enter X values

Pressing X button once, you can input as many values of X you want. After entering one value, press ENTER on the app.


Step 2 - Enter Y values

Once, all the Values of X are fed, you can start feeding same number of Y values.
Pressing Y button once, you can input as many values of Y you want. After entering one value, press ENTER on the app.


Step 3 - Enter number of Harmonics you want to find

Pressing Har Button, you are supposed to enter only 1 value. This must be any natural number (1,2,3,4,5...).
After typing the number, press ENTER on the app to save it


Step 4 - Viewing the Answer (a0 , an & bn)


  • a0 : For a0 , you need to click a0 button which will display the decimal value of a0.
  • an : You will have as many an values as the number of Harmonics you entered. So, to view each value you need to click an button.
    For viewing the next an value you simple press an button again and so on.
  • bn : Again, You will have as many bn values as the number of Harmonics you entered. So, to view each value you need to click bn button.
    For viewing the next bn value you simple press bn button again and so on.



NOTE : THIS APPLICATION ONLY TAKES X VALUES IN DEGREES

Releases

No releases published

Packages

No packages published

Languages