Using minipage, is posible to split the (a) (b) letters above any figures, in order to perfectly center them?

\begin{figure}[tpb]
\subfloat[]{
\begin{minipage}{0.45\linewidth} %tamaño
\includegraphics[width=1\columnwidth,keepaspectratio]{matlab/pdr_12345_p.pdf}
\end{minipage}}
\subfloat[]{
\hspace{5mm} \begin{minipage}{0.45\linewidth}
\includegraphics[width=1\columnwidth,keepaspectratio]{matlab/pdr_11111_p.pdf}
\end{minipage}}
\end{figure}
thanks in advance!
