I have created the following table:
Code: Select all
\begin{table}
\centering
\renewcommand{\arraystretch}{1.2}
\begin{threeparttable}
\caption{Normalized area complexity comparisons}
\label{table_6}
\centering
\begin{tabular}{|c|c|c|}
\hline
\multirow{2}{*}{\textbf{Work}} & \multirow{2}{*}{\textbf{Area}} & \textbf{Area} \\
{} & {} & \textbf{complexity}\\
\hline
This work & $LA_{MAC}$ & $g(L,r,m,h)$\tnote{5} \\
bla bla bla
\end{tabular}
\begin{tablenotes}
\item [5] $g(L,r,m,h)=\frac{L}{m}\left(0.38+1.14h+8.04m+7.47hm+0.19h^2m+1.14r+18.85mr+0.38mr^2+(2.19+2.19h)
m\left\lceil \frac{\log{\frac{h}{2}}}{\log{\frac{3}{2}}}\right\rceil +
(2.19hm+2.19mr)\left\lceil \frac{\log{\frac{r}{2}}}{\log{\frac{3}{2}}}\right\rceil)
\right)$
\end{tablenotes}
\end{threeparttable}
\end{table}