KnightOfMelons / KnightOfMelons/Graduation-Project-University

Комбинированная система. Комплексная-частотная характеристика идеального компенсатора в диапазоне рабочих частот.

Open
#8 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Необходимо реализовать построение КЧХ идеального компенсатора в диапазоне частот [0, Wp], то есть [0:0.0202], как сказано в курсовой по АТП. Используйте код из MATLAB, который вы использовали для построения графика в данном приложении и адаптируйте его под Python, а построение реализуйте с помощью библиотеки Matplotlib (посмотрите, как это сделано у меня в коде и поймёте, не особо сложно). Сам график КЧХ идеального компенсатора должен выглядеть примерно так:
image
Затем провести построение комплексной-частотной характеристики реального компенсатора (рядом и другим цветом просто построить график, но обязательно указать при построении, что есть что). Примерно так должно всё выглядеть:
image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing MATLAB plotting code and the current plotting code in the application, then review how frequency data is represented. Done means the 0–0.0202 range displays both ideal and real compensator characteristics together, with distinct colors and labels matching the requested examples.

Written by the indexing model from the issue text.

Assessment

Tech stack
matplotlib, python
Domain
data-visualization
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.