In fact, I have tried all methods to fix the table position, but it goes after a section knowing that this table must be before the section, here is the code:
\begin{table}[!htbp]
\centering
\caption{title}
\begin{tabular}{@{} c@{\hskip 0.25in} c@{\hskip 1.5in} c@{\hskip 0.25in} c @{}}
\toprule
Parameters & Value & Parameters & Value \\
\midrule
$f^{*}(Hz)$ & 50 & $ X $ & 1.61 \\ \\
$E^{*}(V)$ & 220 & $ Y $ & 1.61\\ \\
\bottomrule
\end{tabular}
\end{table}
How can I solve this problem