Skip to content

Commit d6ef951

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/simplefoc_library/digging_deeper/theory/FOC_routine.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ 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}$
5760

5861
Here is the code of implementation of the Sinusoidal PWM in the <span class="simple">Simple<span class="foc">FOC</span>library</span>:
5962
```cpp
@@ -229,4 +232,4 @@ But every motor is a bit different and you can check these values empirically on
229232

230233
## Further read
231234

232-
For more info about the initialization procedure, real-time execution and the implementation details please visit [FOC implementation docs](foc_implementation).
235+
For more info about the initialization procedure, real-time execution and the implementation details please visit [FOC implementation docs](foc_implementation).

0 commit comments

Comments
 (0)