stubs for spectral analysis chapter
This commit is contained in:
parent
ec457e2b60
commit
7e24a4cfda
27
spectral/lecture/spectral-chapter.tex
Normal file
27
spectral/lecture/spectral-chapter.tex
Normal 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}
|
||||
|
19
spectral/lecture/spectral.tex
Normal file
19
spectral/lecture/spectral.tex
Normal 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}
|
Reference in New Issue
Block a user