Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,640 changes: 229 additions & 1,411 deletions Enhancement/Noise_attenuation.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Enhancement/noise_enh.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\relax
\gdef \@abspage@last{1}
Binary file added Enhancement/noise_enh.pdf
Binary file not shown.
32 changes: 32 additions & 0 deletions Enhancement/noise_enh.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
\documentclass{standalone}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{verbatim}


\usepackage{pgfplots}
\DeclareUnicodeCharacter{2212}{−}
\usepgfplotslibrary{groupplots,dateplot}
\usetikzlibrary{patterns,shapes.arrows}
\usetikzlibrary {fit}
\usetikzlibrary{shapes.geometric,positioning}
\usetikzlibrary{bending}
\pgfplotsset{compat=1.16}

\begin{document}


\begin{tikzpicture}
\node at (0,0) (in) {\parbox{1.1cm}{\centering Input signal}};
\node[draw] at (2,1.5) (vad) {VAD};
\node[draw] at (5,0) (est) {\parbox{1.5cm}{\centering Estimate noise}};
\node[draw] at (5,-1.5) (enh) {\parbox{1.5cm}{\centering Attenuate noise}};
\draw[->,very thick] (in) -- (2,0) -- (2,-1.5) -- (enh);
\draw[->,very thick] (in) -- (2,0) -- (vad);
\draw[->,very thick] (est) -- (enh);
\draw[very thick] (in) -- (3,0) -- (3.4,0.3);
\draw[very thick,->] (3.4,0) -- (est);
\draw[->,very thick] (vad) -- (3.2,1.5) -- (3.2,0.4);
\end{tikzpicture}

\end{document}
59,086 changes: 29,821 additions & 29,265 deletions Modelling/Vector_Quantization.ipynb

Large diffs are not rendered by default.

File renamed without changes.
68 changes: 49 additions & 19 deletions Representations/Fundamental_frequency_F0.ipynb

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions Representations/Short-time_analysis.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root: index
options:
numbered: true
chapters:
- file: Preface/Preface.md
- file: Preface/Preface_.md
sections:
- file: Preface/Using_this_document.md
- file: Preface/authors.md
Expand Down