Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
41ac828
Add initial template of new docs control content per #77
npetersen2 Jun 5, 2023
73a996f
Add images
noguchi-takahiro Aug 12, 2023
c2da0fe
Add scripts
noguchi-takahiro Aug 12, 2023
774a554
Modify a layout
noguchi-takahiro Aug 14, 2023
6308923
Add Simulink file
noguchi-takahiro Apr 30, 2024
9e22b7c
Replace R2023b with R2023a
noguchi-takahiro May 23, 2024
a039afc
Update MATLAB/Simulin model
noguchi-takahiro Jul 5, 2024
ba5e048
Update document
noguchi-takahiro Jul 5, 2024
134bf43
Update documents and figures
noguchi-takahiro Jul 5, 2024
37da812
Update document
noguchi-takahiro Jul 6, 2024
ea5554f
Merge branch 'main' into takahiro_docs
mhmokhtarabadi Oct 3, 2025
76adcd2
Add anti-windup article to the control with AMDC page
mhmokhtarabadi Oct 3, 2025
9c5cac0
Remove white spaces
mhmokhtarabadi Oct 3, 2025
3417cc0
Update source/getting-started/control-with-amdc/integrator-anti-windu…
noguchi-takahiro Oct 10, 2025
7e3935c
Update source/getting-started/control-with-amdc/integrator-anti-windu…
noguchi-takahiro Oct 10, 2025
3ef2ef4
Update source/getting-started/control-with-amdc/integrator-anti-windu…
noguchi-takahiro Oct 10, 2025
0738e87
Update source/getting-started/control-with-amdc/integrator-anti-windu…
noguchi-takahiro Oct 10, 2025
c1198e1
Update source/getting-started/control-with-amdc/integrator-anti-windu…
noguchi-takahiro Oct 10, 2025
d6ca68f
Update source/getting-started/control-with-amdc/integrator-anti-windu…
noguchi-takahiro Oct 10, 2025
1d5e655
Update source/getting-started/control-with-amdc/integrator-anti-windu…
noguchi-takahiro Oct 10, 2025
eb1ffcf
Remove not used folder
noguchi-takahiro Oct 11, 2025
64eb8d8
Removed not used folder
noguchi-takahiro Oct 11, 2025
6b2f8e7
Remove old version file
noguchi-takahiro Oct 11, 2025
9b07028
Add Gitignore
noguchi-takahiro Oct 11, 2025
45a8be9
Rename all image files
noguchi-takahiro Oct 11, 2025
e4f5dd6
Create simulink folder
noguchi-takahiro Oct 11, 2025
e4e4164
Rename simulink
noguchi-takahiro Oct 11, 2025
e3bbee5
Rename m file
noguchi-takahiro Oct 11, 2025
ce7d3ea
Remove Disturbance
noguchi-takahiro Oct 11, 2025
b2a6d10
Rename disturbance
noguchi-takahiro Oct 11, 2025
e2557bd
Make them non italic
noguchi-takahiro Oct 11, 2025
b6c061b
Fix links to images
noguchi-takahiro Oct 11, 2025
87fe636
Update readme
noguchi-takahiro Oct 11, 2025
56bd487
Update readme
noguchi-takahiro Oct 11, 2025
b11fbb1
Update image to use nonitalice
noguchi-takahiro Oct 11, 2025
46cebfe
Update readme
noguchi-takahiro Oct 11, 2025
58ba0c7
Update readme
noguchi-takahiro Oct 11, 2025
4f2b4ce
Update readme
noguchi-takahiro Oct 12, 2025
2b239e6
Update advanced image
noguchi-takahiro Oct 13, 2025
d775095
Upate figures
noguchi-takahiro Oct 13, 2025
61487aa
Remove m file
noguchi-takahiro Oct 13, 2025
bf196ec
Add m file
noguchi-takahiro Oct 13, 2025
0d90388
Update disturbance
noguchi-takahiro Oct 13, 2025
393810c
Update image
noguchi-takahiro Oct 13, 2025
e2d1185
Update image
noguchi-takahiro Oct 13, 2025
2af206a
Update image
noguchi-takahiro Oct 13, 2025
f1944ff
Update readme
noguchi-takahiro Oct 13, 2025
08d9be4
Add error and preSat images
noguchi-takahiro Oct 13, 2025
f789a1c
Updat readme
noguchi-takahiro Oct 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Complex Vector Current Regulator (CVCR)
12 changes: 12 additions & 0 deletions source/applications/current-control/continuous-time/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Continuous-Time Control

Foo bar

```{toctree}
:hidden:

Single-Phase <single-phase/index>
Three-Phase <three-phase/index>
sfpi/index
cvcr/index
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Synchronous Frame PI (SFPI) Current Regulation

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Single-Phase Current Regulation

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Three-Phase Current Regulation

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Continuous-to-Discrete Approximations

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Direct Digital CVCR

Foo bar
8 changes: 8 additions & 0 deletions source/applications/current-control/discrete-time/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Discrete-Time Control

```{toctree}
:hidden:

c2d/index
direct-digital-cvcr/index
```
11 changes: 11 additions & 0 deletions source/applications/current-control/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Current Control

Foo bar

```{toctree}
:hidden:

load-modeling/index
continuous-time/index
discrete-time/index
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DQ Machine Model

Foo bar
9 changes: 9 additions & 0 deletions source/applications/current-control/load-modeling/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Load Modeling

```{toctree}
:hidden:

rl-load/index
dq-machine/index
mp-winding/index
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Multi-Phase Winding

Introduce generalized Clarke transform and how to apply it to $m$ phase windings, decoupled subspaces, etc.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# RL Load Model
3 changes: 3 additions & 0 deletions source/applications/maglev-control/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Maglev Displacement Control

Basics of levitation systems, mechanical system stability via PID control.
3 changes: 3 additions & 0 deletions source/applications/speed-control/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Speed Control

How to get a motor to spin at a desired speed using FOC?
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Current Sensor Calibration

How to calibrate current sensor feedback

13 changes: 13 additions & 0 deletions source/getting-started/control-with-amdc/encoder-fb/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Encoder Feedback

## Calibration

- Converting from raw counts to "theta"
- Direction: +/- depending on phase connections
- Sync machines: dq offset

## Computing Speed from Position

- LPF
- State Filter
- Observer
14 changes: 14 additions & 0 deletions source/getting-started/control-with-amdc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Control with AMDC

Foo bar


```{toctree}
:hidden:

current-sensor-cal/index
inv-pwm-dt-comp/index
encoder-fb/index
integrator-anti-windup/index
simulink-code-gen/index
```
Loading