diff --git a/spectral/lecture/spectral-chapter.tex b/spectral/lecture/spectral-chapter.tex new file mode 100644 index 0000000..41ddaf2 --- /dev/null +++ b/spectral/lecture/spectral-chapter.tex @@ -0,0 +1,27 @@ +\documentclass[12pt]{book} + +\input{../../header} + +\lstset{inputpath=../code} +\graphicspath{{images/}} + +\typein[\pagenumber]{Number of first page} +\typein[\chapternumber]{Chapter number} +\setcounter{page}{\pagenumber} +\setcounter{chapter}{\chapternumber} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{document} + +\input{spectral} + +\section{TODO} +\begin{itemize} +\item hm, let's see, maybe we could start writing it... + +\item +\end{itemize} + +\end{document} + diff --git a/spectral/lecture/spectral.tex b/spectral/lecture/spectral.tex new file mode 100644 index 0000000..28d37d2 --- /dev/null +++ b/spectral/lecture/spectral.tex @@ -0,0 +1,19 @@ +\chapter{Spectral analyses} + +This is a stub that should be filled :) + +\section{The Fourier space} + +\section{The Fourier Transform} + +\subsection{Fast Fourier transform} + +\section{Power spectrum} + +\section{Spectrogram} + +\section{Transfer function} + +\section{Forward and reverse filter} + +\section{Coherence function}