added a few things to spectral

This commit is contained in:
Jan Benda 2017-11-24 15:09:04 +01:00
parent cfd5477fa1
commit 35d1b908f3
6 changed files with 26 additions and 9 deletions

View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0 %!PS-Adobe-2.0 EPSF-2.0
%%Title: pointprocessscetchA.tex %%Title: pointprocessscetchA.tex
%%Creator: gnuplot 4.6 patchlevel 4 %%Creator: gnuplot 4.6 patchlevel 4
%%CreationDate: Sat Nov 19 10:17:42 2016 %%CreationDate: Tue Nov 14 09:22:04 2017
%%DocumentFonts: %%DocumentFonts:
%%BoundingBox: 50 50 373 135 %%BoundingBox: 50 50 373 135
%%EndComments %%EndComments
@ -430,10 +430,10 @@ SDict begin [
/Title (pointprocessscetchA.tex) /Title (pointprocessscetchA.tex)
/Subject (gnuplot plot) /Subject (gnuplot plot)
/Creator (gnuplot 4.6 patchlevel 4) /Creator (gnuplot 4.6 patchlevel 4)
/Author (jan) /Author (benda)
% /Producer (gnuplot) % /Producer (gnuplot)
% /Keywords () % /Keywords ()
/CreationDate (Sat Nov 19 10:17:42 2016) /CreationDate (Tue Nov 14 09:22:04 2017)
/DOCINFO pdfmark /DOCINFO pdfmark
end end
} ifelse } ifelse

View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0 %!PS-Adobe-2.0 EPSF-2.0
%%Title: pointprocessscetchB.tex %%Title: pointprocessscetchB.tex
%%Creator: gnuplot 4.6 patchlevel 4 %%Creator: gnuplot 4.6 patchlevel 4
%%CreationDate: Sat Nov 19 10:17:43 2016 %%CreationDate: Tue Nov 14 09:22:05 2017
%%DocumentFonts: %%DocumentFonts:
%%BoundingBox: 50 50 373 237 %%BoundingBox: 50 50 373 237
%%EndComments %%EndComments
@ -430,10 +430,10 @@ SDict begin [
/Title (pointprocessscetchB.tex) /Title (pointprocessscetchB.tex)
/Subject (gnuplot plot) /Subject (gnuplot plot)
/Creator (gnuplot 4.6 patchlevel 4) /Creator (gnuplot 4.6 patchlevel 4)
/Author (jan) /Author (benda)
% /Producer (gnuplot) % /Producer (gnuplot)
% /Keywords () % /Keywords ()
/CreationDate (Sat Nov 19 10:17:43 2016) /CreationDate (Tue Nov 14 09:22:05 2017)
/DOCINFO pdfmark /DOCINFO pdfmark
end end
} ifelse } ifelse

View File

@ -2,18 +2,35 @@
This is a stub that should be filled :) This is a stub that should be filled :)
\section{The Fourier space} % \section{The Fourier space}
\section{The Fourier Transform} \section{The Fourier Transform}
Complex numbers... magnitude and phase
\subsection{Fast Fourier transform} \subsection{Fast Fourier transform}
\section{Power spectrum} \section{Power spectrum}
\[ S_{x,x} = |X(f)|^2 \]
Parceval theorem:
\[ \int_{-\infty}^{+\infty} x(t)^2 dt = \int_{-\infty}^{+\infty} |X(f)|^2 df \]
Autocorrelation:
Wiener-Kinchin theorem:
\[ {\cal F}\{Corr(x,x)\} = |X(f)|^2 \]
\section{Spectrogram} \section{Spectrogram}
\section{Transfer function} \section{Cross spectrum}
\[ S_{x,y} = X(f)Y^*(f) \]
is complex valued (magnitude and phase)!
\section{Forward and reverse filter} Correlation theorem:
\[ {\cal F}\{Corr(x,y)\} = X(f)Y^*(f) = S_{x,y} \]
\section{Transfer function}
\section{Coherence function} \section{Coherence function}
\subsection{Forward and reverse filter}