https://github.com/overflowcat/buaa-automatic-control-components-sp2024
BUAA 2024 年春《自动控制元件》作业和实验报告
https://github.com/overflowcat/buaa-automatic-control-components-sp2024
buaa control electric-machines typst xfmr
Last synced: 4 months ago
JSON representation
BUAA 2024 年春《自动控制元件》作业和实验报告
- Host: GitHub
- URL: https://github.com/overflowcat/buaa-automatic-control-components-sp2024
- Owner: OverflowCat
- Created: 2024-07-05T21:11:41.000Z (almost 2 years ago)
- Default Branch: neko
- Last Pushed: 2024-07-09T15:53:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T06:47:49.629Z (about 1 year ago)
- Topics: buaa, control, electric-machines, typst, xfmr
- Language: Typst
- Homepage:
- Size: 10.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdx
Awesome Lists containing this project
README
# BUAA-Automatic-Control-Components-Sp2024
BUAA 2024 年春《自动控制元件》课程实验报告和作业。
## 目录
### 实验
1. [他励直流电动机](./实验一.pdf)
2. [变压器](./实验二.pdf)
3. [三相异步电动机](./实验三.pdf)
4. [直流⽆刷电机](./实验四.pdf)
5. [交流伺服电动机](./实验五.pdf)
6. [步进电动机](./实验六.pdf)
7. [正余弦变压器](./实验七.pdf)
### 作业
## 项目结构
### 编译产物
最终的实验报告和作业 PDF 文件位于项目根目录下,可以直接查看。
### 源码
- [实验](./实验/) 文件夹中存放的是实验报告的源码。
- [作业](./作业/) 文件夹中存放的是作业的源码。
### 从源码编译
本项目所有实验报告和作业均使用 [Typst](https://typst.app/)。另外,你还需要有 Python 3.11+ 环境,并安装 `matplotib` 和 `numpy`。
1. 生成 `实验/dist` 中的 svg
```bash
cd 实验
python3 plot1-1.py
python3 plot1-2.py
python3 plot2.py
python3 plot3.py
python3 plot5.py
python3 plot7.py
```
2. 生成 PDF
```bash
cd ..
typst compile 实验/1.typ 实验一.pdf
typst compile 实验/2.typ 实验二.pdf
typst compile 实验/3.typ 实验三.pdf
typst compile 实验/4.typ 实验四.pdf
typst compile 实验/5.typ 实验五.pdf
typst compile 实验/6.typ 实验六.pdf
typst compile 实验/7.typ 实验七.pdf
typst compile 作业/5.typ 作业五.pdf
```
## 你可能还会喜欢的
- [基础物理实验 II](https://github.com/OverflowCat/BUAA-Phy-Expt-Sp2023)
- [误差理论与数据处理](https://github.com/OverflowCat/BUAA-Data-and-Error-Analysis-Sp2024)
- [数字图像处理](https://github.com/OverflowCat/BUAA-Digital-Image-Processing-Sp2024)