[pointprocesses] updated exercise

This commit is contained in:
Jan Benda 2018-12-03 14:28:16 +01:00
parent 9075fe1be2
commit 6391c63765

View File

@ -203,9 +203,9 @@ jan.benda@uni-tuebingen.de}
\part Write a function that counts and returns the number of
spikes in windows of a given width $W$.
Use this function to generate a histogram of spike counts for the
data of the three types of neurons. Use 100\,ms for the window
width.
Use this function to generate a properly normalized histogram of
spike counts for the data of the three types of neurons. Use
100\,ms for the window width.
\begin{solution}
\lstinputlisting{../code/spikecounts.m}
\newsolutionpage
@ -214,12 +214,12 @@ jan.benda@uni-tuebingen.de}
\end{solution}
\newsolutionpage
\part Write a function that computes for a range of window
widths the mean, the variance and the Fano factor of the
corresponding spike counts. The function should generate two
plots. One showing the spike count variance in dependence on the
mean spike count. The other plot showing the Fano factor as a
function of window width.
\part Write a function that computes for a range of window widths
the mean, the variance and the Fano factor of the corresponding
spike counts. The function should generate two plots. One showing
the spike count variance in dependence on the mean spike count
(the mean spike count increases for larger window widths). The
other plot showing the Fano factor as a function of window width.
\begin{solution}
\lstinputlisting{../code/fanoplot.m}
\newsolutionpage