made fano facotr exercise a separate question

This commit is contained in:
Jan Benda 2017-12-04 23:08:56 +01:00
parent 41379087b7
commit 48dab3e782

View File

@ -88,7 +88,7 @@ jan.benda@uni-tuebingen.de}
\begin{questions} \begin{questions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\question \qt{Statistics of interspike intervals} \question \qt{Statistics of interspike intervals}
Download the files \code{poisson.mat}, Download the files \code{poisson.mat},
\code{pifou.mat}, and \code{lifadapt.mat} from Ilias. \code{pifou.mat}, and \code{lifadapt.mat} from Ilias.
@ -100,7 +100,7 @@ jan.benda@uni-tuebingen.de}
\begin{parts} \begin{parts}
\part Load the spike trains from the three files. \part Load the spike trains from the three files.
Make sure that the data are assigned to different variables. Make sure that the data are assigned to different variables.
What is the type of the data? How can you access individual spike trains? What is the type of the data? How can you access individual spike trains?
How do you access single spike times? How do you access single spike times?
\begin{solution} \begin{solution}
@ -192,7 +192,14 @@ jan.benda@uni-tuebingen.de}
\lstinputlisting{../code/plotserialcorr.m} \lstinputlisting{../code/plotserialcorr.m}
\colorbox{white}{\includegraphics[width=1\textwidth]{serialcorr}} \colorbox{white}{\includegraphics[width=1\textwidth]{serialcorr}}
\end{solution} \end{solution}
\end{parts}
\continue
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\question \qt{Statistics of spike counts}
Now let's have a look ath the statistics of the spike counts.
\begin{parts}
\part Write a function that counts and returns the number of \part Write a function that counts and returns the number of
spikes in windows of a given width $W$. spikes in windows of a given width $W$.