summaryrefslogtreecommitdiff
path: root/sampling_alg_lac2020/LAC-20.tex
diff options
context:
space:
mode:
Diffstat (limited to 'sampling_alg_lac2020/LAC-20.tex')
-rw-r--r--sampling_alg_lac2020/LAC-20.tex38
1 files changed, 20 insertions, 18 deletions
diff --git a/sampling_alg_lac2020/LAC-20.tex b/sampling_alg_lac2020/LAC-20.tex
index 77976b8..3b55bc8 100644
--- a/sampling_alg_lac2020/LAC-20.tex
+++ b/sampling_alg_lac2020/LAC-20.tex
@@ -546,26 +546,28 @@ As a base-line for comparison, we use the previous sample selection algorithm of
We want to evaluate how the sample selection algorithm performs in practice, therefore we use the drum kits of DrumGizmo. In particular, we use the power value distribution of the samples of those kits.
We do experiments on three different drum kits.
As normally the snare drum is the instrument with the highest number of samples, we choose this drum for our experiments.
-See Table \ref{tab:drumkit_data} for some information about the samples of the drum kits and see Figure \ref{fig:power_level_distribution} for a visualization of the power level distribution of the kits.
-
-\begin{table}
-\caption{Drum kit data.}
-\label{tab:drumkit_data}
-\centering
-\begin{tabular}{|l||rr|}
-\hline
-name & number of snare samples & \\
-\hline
-DRS kit & 234 & \\
-other kit & 234 & \\
-and other kit & 234 & \\
-\hline
-\end{tabular}
-\end{table}
+% See Table \ref{tab:drumkit_data} for some information about the samples of the drum kits and see Figure \ref{fig:power_level_distribution} for a visualization of the power level distribution of the kits.
+For our experiments, we use the Crocell kit, which has 98 snare samples. See Figure \ref{fig:power_level_distribution} for a visualization of the power level distribution of the Crocell kit.
+
+% \begin{table}
+% \caption{Drum kit data.}
+% \label{tab:drumkit_data}
+% \centering
+% \begin{tabular}{|l||rr|}
+% \hline
+% name & number of snare samples & \\
+% \hline
+% Crocell Kit & 98 & \\
+% other kit & 234 & \\
+% and other kit & 234 & \\
+% \hline
+% \end{tabular}
+% \end{table}
\begin{figure}
- \includegraphics[width=.8\linewidth]{figures/power_level_distribution.pdf}
- \caption{This shows the power value distribution of the different drum kits.}
+ \centering
+ \includegraphics[width=.8\linewidth]{figures/power_level_distribution/crocell_sample_powers.pdf}
+ \caption{This shows the power value distribution of the Crocell kit.}
\label{fig:power_level_distribution}
\end{figure}