feat(latex): refactor tables in chapter 4

This commit is contained in:
Rifqi D. Panuluh
2025-10-16 03:41:54 +00:00
parent e1376b6d03
commit 59793e83de
10 changed files with 137 additions and 123 deletions

View File

@@ -0,0 +1,15 @@
\centering
\begin{tabular}{rrrrr}
\toprule
$n_{\text{components}}$ & $C (\log_2)$ & $\gamma (\log_2)$ & \gls{not:S_i} & \gls{not:T_i} \\
\midrule
4 & 5 & -5 & 0.87845 & 13.77282 \\
8 & 0 & -5 & 0.98051 & 12.51643 \\
16 & 5 & -5 & 0.99443 & 10.90890 \\
32 & 5 & -10 & 0.99596 & 13.42619 \\
64 & 5 & -10 & 0.99735 & 11.40759 \\
128 & 5 & -10 & 0.99728 & 14.54694 \\
256 & 5 & -10 & 0.99777 & 20.27980 \\
512 & 5 & -10 & 0.99791 & 39.63068 \\
\bottomrule
\end{tabular}