From 42a393332c412c54e6ff4bbc049789aded77aed1 Mon Sep 17 00:00:00 2001 From: sara Date: Tue, 7 Dec 2021 19:08:02 +0100 Subject: =?UTF-8?q?Kleine=20=C3=A4nderung=20Doku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/thesis/chapters/theory.tex | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'doc/thesis/chapters/theory.tex') diff --git a/doc/thesis/chapters/theory.tex b/doc/thesis/chapters/theory.tex index b01a31f..12ebb67 100644 --- a/doc/thesis/chapters/theory.tex +++ b/doc/thesis/chapters/theory.tex @@ -288,42 +288,47 @@ In the example shown in \figref{fig:fractional-delay-sinc-plot}. For a integer d To desing a noninteger digital delay FIR Filter a least square integral error design approximation could be chosen. +Where the transfare function is given as: + \begin{equation} \label{eqn:transfer-function-FIR} H(z)=\sum_{n=0}^{N} h(n) z^{-n} \end{equation} +The Order of the filter is given with the help of \(N\), this value only contains integer coefficients. +To be mention for the approximation is that the error decreases with a higher filter order. -The transfare function is given in \eqref{eqn:transfer-function-FIR}, where \(N\) is the order of the filter given in integer coefficients. To be mention for the approximation is that the error decreases with a higher filter order. -The error function between the ideal frequency respond an the approximation should be minimized, for the best possible approximation. +The error function between the ideal frequency respond an the approximation should be minimized, for the best possible approximation: \begin{equation} \label{eqn:error-function} E\left(e^{j \omega}\right)=H\left(e^{j \omega}\right)-H_{\mathrm{id}}\left(e^{j \omega}\right) \end{equation} -The impulse respond of such least squared fractional delay filter in \eqref{eqn:impuls-respond}. Only positive values are used to make the sinc-function casual. +The impulse respond of such a least squared fractional delay filter in \eqref{eqn:impuls-respond}. Only positive values are used to make the sinc-function casual. \begin{equation} \label{eqn:impuls-respond} h(n)= \begin{cases}\operatorname{sinc}(n-D), & 0 \leq n \leq N \\ 0, & \text { otherwise }\end{cases} \end{equation} -To simplify the calculation, the assumption was made that the filter order is an odd number. With this assumption the exact order for the filter can be found out with \eqref{eqn:filter-order} and the integer delay \(D_{\text {int }}\). +To simplify the calculation, the assumption was made that the filter order is an odd number. With this assumption the exact order for the filter can be found out with the help of the integer delay \(D_{\text {int }}\): \begin{equation} \label{eqn:filter-order} N = 2 D_{\text {int }} + 1 \end{equation} -The first non-zero sample can be find out with the help of the index M in \eqref{eqn: M first non-zero sample}.With the help of this index it can also be said whether the FIR filter is causal or not. For \(M \geq 0\) casual and if \(M < 0\) noncasual, an so notrealizable. With the assumption that \(N\) is an odd number \(M \) should always be \( 0\) else something went wrong. - +The first non-zero sample can be find out with the help of the index M: \begin{equation}\label{eqn: M first non-zero sample} M = \lfloor D\rfloor-\frac{N-1}{2} \quad \text { for odd } N \end{equation} +With the help of this index it can also be said whether the FIR filter is causal or not. For \(M \geq 0\) casual and if \(M < 0\) noncasual, an so notrealizable. With the assumption that \(N\) is an odd number \(M \) should always be \( 0\) else something went wrong. + + %% TO DO : Mention windowing or not ? \skelpar{Discrete frequency response. Discuss bins, etc.} -\subsection{Statistical model} +\subsection{Statistical model} \label{statistical_model} Because as mentioned earlier it is difficult to estimate the time-dependent parameters of \(h_l(m)\) in many cases it is easier to model the components of the CIR as stochastic processes, thus greatly reducing the number of parameters. This is especially effective for channels that are constantly changing, because by the central limit theorem the cumulative effect of many small changes tends to a normal statistical distribution. @@ -334,7 +339,7 @@ Recall that \(h_l(m)\) is a function of time because \(c_k\) and \(\tau_k\) chan for some parameter \(\sigma\). Loosely speaking, the distribution needs to be ``circular'' because \(h_l\) is a complex number, which is two dimensional, it can however be understood as \(\Re{h_l} \sim \mathcal{N}(0, \sigma^2)\) and \(\Im{h_l} \sim \mathcal{N}(\mu, \sigma^2)\), i.e. having each component being normally distributed. - +% TO DO : Picture of gaussian distribution \begin{subequations} \begin{align} R_{l} (k) &= \E{h_l(m) h_l^*(m+k)}, \\ -- cgit v1.2.1