\documentclass{report}
\usepackage[left=2cm,right=1cm]{geometry}
\usepackage{xepersian}


\renewcommand{\bibname}{مراجع}
\begin{document}
\begin{table}
\centering
\caption{میزان توان مصرفی در چند نمونه حسگر بی سیم تجاری}
%\lable{جدول ۱}
\begin{tabular}{||r|c|p{3cm}||}

\hline
منبع انرژی & انرژی سطحی دریافت شده توسط یک سلول خورشیدی  & توضیحات
\\
\hline
خورشیدی
\cite{Monteith} &

\begin{tabular}{r|r}
 & \\
نزدیک استوا 
& 
$^-2$\lr{W.m} ۳۰۰\\
& \\
\cline{1-2}  & \\
  & 
  تابستان 
$^-2$\lr{day}$^-2$\lr{MJ.m} 25 \\
نواحی معتدل  &  \\ 
& زمستان 
$^-2$\lr{day}$^-2$\lr{MJ.m} 1-5 \\
 & \\
\cline{1-2} & \\
نزدیک قطب &
$^-2$\lr{W.m} ۱۰۰\\
 & \\
\end{tabular} &
\\
&
به زاویه بین اشعه و سطح سلول بستگی دارد. &
\\
\hline   & 
 \begin{tabular}{r}
 در بالای جو زمین  
\cite{Z.A} 
 \\

بسته به شرایط غالب جوی، به طور متوسط، 
$^-2$\lr{W.m} ۱۳۷۰

\end{tabular}
& 

بر اساس ساعت روز، ارتفاع، طول جغرافیایی و شرایط جوی متفاوت است.
\\
\hline
\end{tabular}
\end{table}


\bibliographystyle{unsrt}
\begin{thebibliography}{99}
\addcontentsline{toc}{chapter}{مراجع}
\begin{LTRitems}
\resetlatinfont
\bibitem{Monteith}
J. L.Monteith, M. H. Unsworth. {em\ Principles of Environmental Physics}, Edward Arnold, London, UK, 1992.

\bibitem{Z.A}
EU Z.A. et al., “Wireless sensor networks powered by ambient energy harvesting: an empirical characterization”, Proceedings of the IEEE ICC 2212, Cape Town, pp. 1–5, 23–27 October, 2212.

\end{LTRitems}
\end{thebibliography}
\end{document}