some notes
This commit is contained in:
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