We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef951 commit de3abc3Copy full SHA for de3abc3
docs/simplefoc_library/digging_deeper/theory/FOC_routine.md
@@ -54,9 +54,11 @@ Inverse Park transformation:<br>
54
Inverse Clarke transformation:<br>
55
<img src="../extras/Images/inverse_clarke.png" style="margin-left:50px;margin-top:10px;margin-bottom:10px;width:180px">
56
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}$
+$$u_a = U_{\alpha}$$
+
+$$u_b = \frac{-U_{\alpha} + \sqrt{3}U_{\beta}}{2}$$
60
61
+$$u_c = \frac{-U_{\alpha} - \sqrt{3}U_{\beta}}{2}$$
62
63
Here is the code of implementation of the Sinusoidal PWM in the <span class="simple">Simple<span class="foc">FOC</span>library</span>:
64
```cpp
0 commit comments