Fixed pointprocess script

This commit is contained in:
Jan Benda 2015-10-26 23:42:20 +01:00
parent ef9521a1fa
commit e74993c2cf
2 changed files with 18 additions and 18 deletions

View File

@ -74,11 +74,11 @@ $\rho_0=1$ (Korrelation jedes Intervalls mit sich selber).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Z\"ahlstatistik}
\begin{figure}[t]
\includegraphics[width=0.48\textwidth]{poissoncounthist100hz10ms}\hfill
\includegraphics[width=0.48\textwidth]{poissoncounthist100hz100ms}
\caption{\label{countstatsfig}Count Statistik.}
\end{figure}
% \begin{figure}[t]
% \includegraphics[width=0.48\textwidth]{poissoncounthist100hz10ms}\hfill
% \includegraphics[width=0.48\textwidth]{poissoncounthist100hz100ms}
% \caption{\label{countstatsfig}Count Statistik.}
% \end{figure}
Statistik der Anzahl der Ereignisse $N_i$ innerhalb von Beobachtungsfenstern $i$ der Breite $W$.
\begin{itemize}
@ -91,17 +91,17 @@ Statistik der Anzahl der Ereignisse $N_i$ innerhalb von Beobachtungsfenstern $i$
Insbesondere ist die mittlere Rate der Ereignisse $r$ (``Spikes pro Zeit'', Feuerrate) gemessen in Hertz
\[ r = \frac{\langle N \rangle}{W} \; . \]
\begin{figure}[t]
\begin{minipage}[t]{0.49\textwidth}
Poisson process $\lambda=100$\,Hz:\\
\includegraphics[width=1\textwidth]{poissonfano100hz}
\end{minipage}
\hfill
\begin{minipage}[t]{0.49\textwidth}
LIF $I=10$, $\tau_{adapt}=100$\,ms:\\
\includegraphics[width=1\textwidth]{lifadaptfano10-100ms}
\end{minipage}
\caption{\label{fanofig}Fano factor.}
\end{figure}
% \begin{figure}[t]
% \begin{minipage}[t]{0.49\textwidth}
% Poisson process $\lambda=100$\,Hz:\\
% \includegraphics[width=1\textwidth]{poissonfano100hz}
% \end{minipage}
% \hfill
% \begin{minipage}[t]{0.49\textwidth}
% LIF $I=10$, $\tau_{adapt}=100$\,ms:\\
% \includegraphics[width=1\textwidth]{lifadaptfano10-100ms}
% \end{minipage}
% \caption{\label{fanofig}Fano factor.}
% \end{figure}

View File

@ -237,6 +237,6 @@
\renewcommand{\codepath}{pointprocesses/code/}
\renewcommand{\texinputpath}{pointprocesses/lecture/}
%\include{pointprocesses/lecture/pointprocesses}
\include{pointprocesses/lecture/pointprocesses}
\end{document}