Skip to content

Commit

Permalink
fix: 💄 fix slide overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Aug 19, 2022
1 parent 362d7d3 commit 42f0cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presentations/DigitalL4/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
- Alternatively V<sub>vf</sub> can be continuously sampled over a few periods to take samples of V<sub>vf</sub> every 0.1ms
- Need zero crossing detector to correctly align the V<sub>if</sub> samples taken after this with the V<sub>vf</sub> samples
- From the ADC data we can estimate the AC source voltage at i<sup>th</sup> sample point since
\\[ V\_\text{AC}[i] = \frac {\mathtt{ADC0Value}[i] \times \frac{5}{1024} - V\_\text{off}} {G\_\text{vs} G\_\text{vo}} \\]
\\[ V\_\text{AC}[i] = \tfrac {\mathtt{ADC0Value}[i] \times \frac{5}{1024} - V\_\text{off}} {G\_\text{vs} G\_\text{vo}} \\]

---

Expand All @@ -313,7 +313,7 @@
- Alternatively V<sub>if</sub> can be continuously sampled over a few periods to take samples of V<sub>if</sub> every 0.1ms
- Need zero crossing detector to correctly align the V<sub>if</sub> samples with the V<sub>vf</sub> samples
- From the ADC data we can estimate the AC load current at i<sup>th</sup> sample point since
\\[ I\_\text{L}[i] = \frac {\mathtt{ADC1Value}[i] \times \frac{5}{1024} - V\_\text{off}} {G\_\text{is} G\_\text{io}} \\]
\\[ I\_\text{L}[i] = \tfrac {\mathtt{ADC1Value}[i] \times \frac{5}{1024} - V\_\text{off}} {G\_\text{is} G\_\text{io}} \\]

---
name: S6
Expand Down

0 comments on commit 42f0cba

Please sign in to comment.