KnightOfMelons / KnightOfMelons/Graduation-Project-University
Комбинированная система. Комплексная-частотная характеристика идеального компенсатора в диапазоне рабочих частот.
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Необходимо реализовать построение КЧХ идеального компенсатора в диапазоне частот [0, Wp], то есть [0:0.0202], как сказано в курсовой по АТП. Используйте код из MATLAB, который вы использовали для построения графика в данном приложении и адаптируйте его под Python, а построение реализуйте с помощью библиотеки Matplotlib (посмотрите, как это сделано у меня в коде и поймёте, не особо сложно). Сам график КЧХ идеального компенсатора должен выглядеть примерно так:
Затем провести построение комплексной-частотной характеристики реального компенсатора (рядом и другим цветом просто построить график, но обязательно указать при построении, что есть что). Примерно так должно всё выглядеть:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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