stubs for spectral analysis chapter

This commit is contained in:
Jan Grewe 2017-11-02 17:16:34 +01:00
parent ec457e2b60
commit 7e24a4cfda
2 changed files with 46 additions and 0 deletions

View File

@ -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}

View File

@ -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}