Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
hp
Commits
31ae4f23
Commit
31ae4f23
authored
6 years ago
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Übungsaufgabe 3, 12.11.2018
parent
038cb073
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
20181112/hp-uebung-20181112.pdf
+0
-0
0 additions, 0 deletions
20181112/hp-uebung-20181112.pdf
20181112/hp-uebung-20181112.tex
+35
-2
35 additions, 2 deletions
20181112/hp-uebung-20181112.tex
with
35 additions
and
2 deletions
20181112/hp-uebung-20181112.pdf
+
0
−
0
View file @
31ae4f23
No preview for this file type
This diff is collapsed.
Click to expand it.
20181112/hp-uebung-20181112.tex
+
35
−
2
View file @
31ae4f23
...
...
@@ -20,7 +20,7 @@
% Attribution-ShareAlike 3.0 Unported License along with this
% document. If not, see <http://creativecommons.org/licenses/>.
% README: Text-Grafik-Bibliothek
% README: Text-Grafik-Bibliothek
, Datum-Bibliothek
\documentclass
[a4paper]
{
article
}
...
...
@@ -28,7 +28,7 @@
\begin{document}
%
\thispagestyle{empty}
\thispagestyle
{
empty
}
\section*
{
Hardwarenahe Programmierung
\\
Übungsaufgaben -- 12.
\
November 2018
}
...
...
@@ -94,4 +94,37 @@
Hinweis: Schreiben Sie auch hierfür zusätzlich ein Test-Programm.
\exercise
{
Kondensator
}
Ein Kondensator der Kapazität
$
C
=
100
\,\mu
{
\rm
F
}$
ist auf die Spannung
$
U
=
5
\,
{
\rm
V
}$
aufgeladen
und wird über einen Widerstand
$
R
=
33
\,
{
\rm
k
}
\Omega
$
entladen.
\begin{enumerate}
[(a)]
\item
Stellen Sie den zeitlichen Spannungsverlauf in einer Tabelle dar.
\item
Wie lange dauert es, bis die Spannung unter
$
0
.
1
\,
{
\rm
V
}$
gefallen ist?
\item
Vergleichen Sie die berechneten Werte mit der exakten theoretischen Entladekurve:
\begin{math}
U(t) = U
_
0
\cdot
e
^{
-
\frac
{
t
}{
RC
}}
\end{math}
\end{enumerate}
Hinweise:
\begin{itemize}
\item
Für die Simulation zerlegen wir den Entladevorgang in kurze Zeitintervalle
$
dt
$
.
Innerhalb jedes Zeitintervalls betrachten wir den Strom
$
I
$
als konstant
und berechnen, wieviel Ladung
$
Q
$
innerhalb des Zeitintervalls
aus dem Kondensator herausfließt.
Aus der neuen Ladung berechnen wir die Spannung am Ende des Zeitintervalls.
\item
Für den Vergleich mit der exakten theoretischen Entladekurve
benötigen Sie die Exponentialfunktion
\lstinline
{
exp()
}
.
Diese finden Sie in der Mathematik-Bibliothek:
\lstinline
{
#include <math.h>
}
im Quelltext,
beim
\lstinline
[style=cmd]
{
gcc
}
-Aufruf
\lstinline
[style=cmd]
{
-lm
}
mit angeben.
\end{itemize}
\end{document}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment