some notes
This commit is contained in:
parent
f2778e2fe2
commit
304cd20983
@ -59,11 +59,13 @@
|
||||
\part{Data analysis}
|
||||
|
||||
% add chapter on simulations (draw random numbers, draw random functions, euler forward, odeint)
|
||||
% this would be a nice and simple starter!
|
||||
% !!! this would be a nice and simple starter !!!
|
||||
% introduces derivatives which are also needed for fitting
|
||||
|
||||
\includechapter{statistics}
|
||||
|
||||
% add chapter on statistical tests
|
||||
|
||||
\includechapter{bootstrap}
|
||||
|
||||
\includechapter{regression}
|
||||
@ -76,13 +78,13 @@
|
||||
|
||||
\includechapter{pointprocesses}
|
||||
|
||||
%\includechapter{spectral}
|
||||
% add chapter on time series (amplitude distribution, autocorrelation, crosscorrelation)
|
||||
|
||||
% add chapter on ROC curves
|
||||
%\includechapter{spectral}
|
||||
|
||||
% add chapter on digital filtering
|
||||
|
||||
% add chapter on event detection
|
||||
% add chapter on event detection, signal detection, ROC
|
||||
|
||||
% add chapter on mutual information
|
||||
|
||||
|
14
spectral/lecture/Makefile
Normal file
14
spectral/lecture/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
BASENAME=spectral
|
||||
|
||||
all : pdf
|
||||
|
||||
include ../../chapter.mk
|
||||
|
||||
# script:
|
||||
pdf : chapter
|
||||
|
||||
clean : cleanchapter
|
||||
|
||||
cleanall : clean cleanallchapter
|
||||
|
||||
|
@ -14,14 +14,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
|
||||
\input{spectral}
|
||||
|
||||
\section{TODO}
|
||||
\begin{itemize}
|
||||
\item hm, let's see, maybe we could start writing it...
|
||||
|
||||
\item
|
||||
\end{itemize}
|
||||
\include{spectral}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
@ -1,12 +1,10 @@
|
||||
\chapter{Spectral analysis}
|
||||
|
||||
This is a stub that should be filled :)
|
||||
|
||||
% \section{The Fourier space}
|
||||
|
||||
\section{The Fourier Transform}
|
||||
Complex numbers... magnitude and phase
|
||||
|
||||
Time domain --- Frequency domain, Fourier Space
|
||||
|
||||
\subsection{Fast Fourier transform}
|
||||
|
||||
\section{Power spectrum}
|
||||
|
Reference in New Issue
Block a user