\( u(t) = \cases{ 4 V & \text{ für } \text{0 ns }+ n\cdot T \lt t \lt 10 ns+n\cdot T\cr
2 V -0.4 \frac{V}{ns} \cdot \left( t - 10ns \right) & \text{ für } \text{10 ns }+ n\cdot T \lt t \lt 20 ns+n\cdot T\cr
-2 V & \text{ für } \text{20 ns }+ n\cdot T \lt t \lt 30 ns+n\cdot T\cr
0 V & \text{ für } \text{30 ns }+ n\cdot T \lt t \lt 40 ns+n\cdot T\cr } \)
Integralbildung mit verschobenen Grenzen
\( \overline{U} = \frac{1}{T}\int\limits_{0}^{T} u(t) dt
= \frac{1}{T} \left( \int\limits_{0}^{10ns} \left( 4 V \right) dt
+ \int\limits_{0}^{10ns} \left( 2 V -0.4 \frac{V}{ns} \cdot t \right) dt
+ \int\limits_{0}^{10ns} \left( -2 V \right) dt
+ \int\limits_{0}^{10ns} \left( 0 V \right) dt \right) \)
\( U_{eff} = \sqrt{ \frac{1}{T}\int\limits_{0}^{T} u^2(t) dt }
= \sqrt{ \frac{1}{T} \left( \int\limits_{0}^{10ns} \left( 4 V \right)^2 dt
+ \int\limits_{0}^{10ns} \left( 2 V -0.4 \frac{V}{ns} \cdot t \right)^2 dt
+ \int\limits_{0}^{10ns} \left( -2 V \right)^2 dt
+ \int\limits_{0}^{10ns} \left( 0 V \right)^2 dt \right) } \)
Numerische Integration
Es wird über eine Periode T integriert.
Die Periode T wird in n Abschnitte \( \frac{T}{n} \) geteilt.
Nach der Regel:
\( \int\limits_{x0}^{x2} f(x) dx = \int\limits_{x0}^{x1} f(x) dx + \int\limits_{x1}^{x2} f(x) dx \)
mit der Annahme die Funktion sei in einem sehr kleinen Abschnitt \( \frac{T}{n} \) näherungsweise konstant,
ergibt sich:
\( \int_{x0}^{x1} f(x) dx = \frac{x_1 - x_0}{n} \sum\limits_{i=1}^{n} y_i \)
\( \int_{0}^{T} f(t) dt = \frac{T}{n} \sum\limits_{i=1}^{n} y_i (t_i) \)
Dies Verfahren wird bei Oszilloskopen angewendet.
Man kann es auch mit Excel oder einer Programmiersprache (JavaScript) durchführen.
Numerische Lösung zur Ergebnisverifikation
A
B
C
D
1
x
y
Integral
quadratisches Integral
2
0
4
4 * ( 1 - 0 )
4 * 4 *( 1 - 0 )
3
1
4
4 * ( 2 - 1 )
4 * 4 *( 2 - 1 )
.
.
.
y * ( xn+1 - xn )
y * y * ( xn+1 - xn )
.
.
.
y * ( xn+1 - xn )
y * y * ( xn+1 - xn )
42
40
-2
Gleichwert: 0.55
=SUMME(C:C)/40
Effektivwert: 2.31
=WURZEL(SUMME(D:D)/40)
Excel Funktion für Spalte B (y):
4 Abschnitte mit der WENN Funktion.
Wer hat am Mathevorkurs teilgenommen? (11/21)
Wer hat am MINTENSIV teilgenommen? (3/21)
In welchem Format würden Sie ein Fachbuch kaufen? EBook (6), Papier (17), Beides (2), Keines, Nur Skript (5)
Bei welchem Preis würden Sie ein Fachbuch kaufen?
Unsonst, 5.- (20/21), 10.- (21/21), 20.-(12/21), 50.-(2/21), 100.-
Würden Sie für sich selbst Hardware kaufen?
(Arduino, RaspberryPi, Oszilloskop (14/21 umsonst), Multimeter)? Ja/Nein
Umsonst (17/21), 30.- (11/21),
Haben Sie ein Arduino board, RaspberryPi, ESP32, Multimeter, FPGA Board gekauft? (11/21)
Bis zu welchem Preis würden Sie ein Allzwecklabor kaufen?
Nur umsonst, 50.-, 100.-, 200.-, 400.-