Inhalt Kapitel 1-3 angelegt

This commit is contained in:
2025-09-14 19:45:14 +02:00
parent 98ff25c2bb
commit 63a225c27e
3 changed files with 24 additions and 1 deletions

View File

@@ -8,3 +8,10 @@ Usually, a CI System consists out of an external processor (''audio processor'')
\label{fig:fig_snychrony}
\end{figure}
\\As for any head worn hearing aid, the audio processor of a CI system does not only pick up the desired ambient audio signal, but also any sort of interference noises from different sources. This circumstance leads to a decrease in the quality of the final audio signal. Reducing this interference noise through Adaptive Noise Reduction (ANR), implemented on a low-power Digital Signal Processor (DSP), which can be powered within the electrical limitations of a CI system, is the topic of this master's thesis.
\subsection{Overview of hearing aids and their role in auditory assistance}
\subsection{Introduction to Cochlear Implant (CI) Systems and Audio Processors}
\subsection{Problem description: Interference signals mixed with the ambient audio signals
in Audio Processors}
\subsection{Formulation of the objective of the thesis: Implementation of Adaptive Noise
Reduction (ANR) on a dedicated low-power Digital Signal Processor (DSP)}

View File

@@ -0,0 +1,11 @@
\section{Theoretical Background}
\subsection{Fundamentals of signal theory and transfer functions, including a simple illus-
trative example}
\subsection{Introduction to ANR}
\subsection{Explanation of Finite Impulse Response (FIR) and Infinite Impulse Response
(IIR) filters}
\subsection{Introduction to the Least Mean Square (LMS) method for adaptive filtering}
\subsection{Problem analysis: Signal flow diagram showing the origin of the useful signal,
noise signal, and their coupling}
\subsection{Derivation of the systems transfer function based on the problem setup}
\subsection{Example applications and high-level simulations using Python}

View File

@@ -0,0 +1,5 @@
\section{Hardware and low-level simulation of different algorithm approaches}
\subsection{Hardware description}
\subsection{System setup}
\subsection{Low-level simulations of different algorithm approaches}