duxeph / pole-zero-response-plotter-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pole Zero Response Plotter using C++ and Qt6

Firstly, please obtain Qt from https://www.qt.io/ and add it to "Path" which also must have been done automatically by the Qt itself. To accomplish this step manually, please follow the steps below;

1- Press "Windows" key,

2- Type "Edit the system environment variables" and press "Enter",

3- Press button (at the most-bottom of the window) called "Environment Variables...",

4- Look at the variables already exist, if there is such called "Path", press "Edit...", then "New". Otherwise, press "New...",

5- After pressing "New", enter "C:\Qt\6.4.2\mingw_64\bin" and press "Enter". If you create new, do not forget to set the variable name as "Path".

Now, you can run the program using "release\pole_zero_response_plotter.exe".

Attention, source codes are added to /src

s-plane Magnitude Response

s-plane Phase Response

z-plane Magnitude Response

z-plane Phase Response

About

License:GNU Affero General Public License v3.0


Languages

Language:C++ 98.1%Language:Makefile 1.1%Language:C 0.8%