<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Elektrotechnik-Plenum zu dreiphasigen Drehstromsystemen, Leistung, symmetrisch und unsymmetrisch</title>
        <link>https://peertube.magdowski.de/videos/watch/6321ae9c-abfb-4cea-bb28-de658983e530</link>
        <description>In diesem live-gestreamten Plenum im Modul "Grundlagen der Elektrotechnik II" haben wir die Berechnung von symmetrischen und unsymmetrischen Drehstromsystemen besprochen. Dabei haben wir zunächst diskutiert, warum man überhaupt Wechselspannung und Wechselstrom benutzt, und welche Vorteile Drehstromsystem bieten. Anschließend haben wir uns die Berechnung von symmetrischen und unsymmetrischen Drehstromsystemen angeschaut, auch mit der Methode der symmetrischen Komponenten. Außerdem haben wir die Evaluierung im Sommersemester 2026 ausgewertet. Folien: https://cloud.ovgu.de/s/YE6xpLHXeFQk2SY GNU-Octave-Befehle: clear all close all f=50 omega=2pif T=1/f t=linspace(0,1.2T,1001); U_q_dach=sqrt(2)230 u_q1_t=U_q_dachsin(omegat); u_q2_t=U_q_dachsin(omegat-120/180pi); u_q3_t=U_q_dachsin(omegat-240/180pi); plot(t,u_q1_t,t,u_q2_t,t,u_q3_t) grid on xlabel('Zeit, t in s') ylabel('Spannung, u(t) in V') hold on plot(t,u_q1_t+u_q2_t+u_q3_t) hold off legend({'u_1','u_2','u_3','Summe'}) a=exp(1j120/180pi) abs(a) angle(a)*180/pi 1/a conj(a) a^2 a^3 1+a+a^2 R=100 i_q1_t=u_q1_t/R; i_q2_t=u_q2_t/R; i_q3_t=u_q3_t/R; figure(2) p_1_t=u_q1_t.*i_q1_t; p_2_t=u_q2_t.*i_q2_t; p_3_t=u_q3_t.*i_q3_t; plot(t,p_1_t,t,p_2_t,t,p_3_t); xlabel('Zeit, t in s') ylabel('Leistung, p(t) in W') grid on hold on plot(t,p_1_t+p_2_t+p_3_t) hold off legend({'p_1','p_2','p_3','Summe'}) Kapitelmarken: 0:00:00 Begrüßung und Icebreaker 0:04:23 Evaluierung 0:18:05 Einführung in Drehstromsysteme 0:27:47 Bedeutung von dreiphasigen Drehstromsystemen 0:31:35 Symmetrisches Drehstromsystem 1:09:07 Leistung 1:27:44 Unsymmetrisches Drehstromsystem</description>
        <lastBuildDate>Sun, 05 Jul 2026 02:04:57 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube.magdowski.de</generator>
        <image>
            <title>Elektrotechnik-Plenum zu dreiphasigen Drehstromsystemen, Leistung, symmetrisch und unsymmetrisch</title>
            <url>https://peertube.magdowski.de/lazy-static/avatars/df74db12-5ddc-45c0-afab-4cdf2486a5a1.jpg</url>
            <link>https://peertube.magdowski.de/videos/watch/6321ae9c-abfb-4cea-bb28-de658983e530</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube.magdowski.de/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube.magdowski.de/feeds/video-comments.xml?videoId=6321ae9c-abfb-4cea-bb28-de658983e530" rel="self" type="application/rss+xml"/>
    </channel>
</rss>