Skip to content

Commit de3abc3

Browse files
authored
Update FOC_routine.md
1 parent d6ef951 commit de3abc3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/simplefoc_library/digging_deeper/theory/FOC_routine.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ Inverse Park transformation:<br>
5454
Inverse Clarke transformation:<br>
5555
<img src="../extras/Images/inverse_clarke.png" style="margin-left:50px;margin-top:10px;margin-bottom:10px;width:180px">
5656

57-
$u_a = U_{\alpha}$
58-
$u_b = \frac{-U_{\alpha} + \sqrt{3}U_{\beta}}{2}$
59-
$u_c = \frac{-U_{\alpha} - \sqrt{3}U_{\beta}}{2}$
57+
$$u_a = U_{\alpha}$$
58+
59+
$$u_b = \frac{-U_{\alpha} + \sqrt{3}U_{\beta}}{2}$$
60+
61+
$$u_c = \frac{-U_{\alpha} - \sqrt{3}U_{\beta}}{2}$$
6062

6163
Here is the code of implementation of the Sinusoidal PWM in the <span class="simple">Simple<span class="foc">FOC</span>library</span>:
6264
```cpp

0 commit comments

Comments
 (0)