1%Copyright (C) 2007-2014  Brian Langenberger
2%This work is licensed under the
3%Creative Commons Attribution-Share Alike 3.0 United States License.
4%To view a copy of this license, visit
5%http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to
6%Creative Commons,
7%171 Second Street, Suite 300,
8%San Francisco, California, 94105, USA.
9
10\subsection{Writing Decorrelation Terms}
11\label{wavpack:write_decorr_terms}
12\input{wavpack/algorithms/write_decorrelation_terms}
13\begin{figure}[h]
14  \includegraphics{wavpack/figures/decorr_terms.pdf}
15\end{figure}
16
17\clearpage
18For example, given decorrelation terms and deltas:
19\begin{table}[h]
20\begin{tabular}{rrr}
21$p$ & $\textsf{term}_p$ & $\textsf{delta}_p$ \\
22\hline
230 & 3 & 2 \\
241 & 17 & 2 \\
252 & 2 & 2 \\
263 & 18 & 2 \\
274 & 18 & 2 \\
28\end{tabular}
29\end{table}
30\par
31\noindent
32the decorrelation terms sub block is written as:
33\begin{figure}[h]
34\includegraphics{wavpack/figures/terms_parse.pdf}
35\end{figure}
36