diff --git a/presentations/DigitalL4/presentation.html b/presentations/DigitalL4/presentation.html index fd4f748..a2943a1 100644 --- a/presentations/DigitalL4/presentation.html +++ b/presentations/DigitalL4/presentation.html @@ -298,7 +298,7 @@ - Alternatively Vvf can be continuously sampled over a few periods to take samples of Vvf every 0.1ms - Need zero crossing detector to correctly align the Vif samples taken after this with the Vvf samples - From the ADC data we can estimate the AC source voltage at ith 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}} \\] --- @@ -313,7 +313,7 @@ - Alternatively Vif can be continuously sampled over a few periods to take samples of Vif every 0.1ms - Need zero crossing detector to correctly align the Vif samples with the Vvf samples - From the ADC data we can estimate the AC load current at ith 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