提问于:
浏览数:
1472
![](https://wenda.latexstudio.net/data/attach/200721/Jcw1KUZx.png)
如何将Average BER右边的数据与average ber两行中间对齐,谢谢各位大佬!
代码如下:
\begin{table}[!ht]
\centering
\caption{\label{tab:2}Average BER and average channel capacity of an FSO communication system under weak and moderate turbulence conditions with various types of noise ($I_o$= $\rm{ - }20$ dBm).}
\begin{tabular}{ccccccc}
\\\hline
\noalign{\smallskip}
\tabincell{c}{Turbulence \\ conditions} & Performance & \tabincell{c}{Thermal \\ noise} & \tabincell{c}{Background \\ noise} & \tabincell{c}{Quantum \\ noise} & \tabincell{c}{Total \\ noise} \\
\noalign{\smallskip}\hline\noalign{\smallskip}
Weak & \tabincell{c}{Average \\ BER \\ Average \\ capacity \\ (bps)} & \tabincell{c}{$2 \times {10^{{\rm{ - }}7}}$ \\ \\ 10.50} & \tabincell{c}{$9.5 \times {10^{{\rm{ - }}14}}$ \\ \\ 14.72} & \tabincell{c}{$8.5 \times {10^{{\rm{ - }}19}}$ \\ \\ 17.19} & \tabincell{c}{$2.5 \times {10^{{\rm{ - }}7}}$ \\ \\ 10.41} \\
Moderate & \tabincell{c}{Average \\ BER \\ Average \\ capacity \\ (bps)} & \tabincell{c}{$1.7 \times {10^{{\rm{ - }}4}}$ \\ \\ 5.11} & \tabincell{c}{$1.4 \times {10^{{\rm{ - }}6}}$ \\ \\ 7.22} & \tabincell{c}{$7.2 \times {10^{{\rm{ - }}8}}$ \\ \\ 8.46} & \tabincell{c}{$1.8 \times {10^{{\rm{ - }}4}}$ \\ \\5.07}
\\\hline
\noalign{\smallskip}
\end{tabular}
\end{table}
1 回答
0
1. 先学会怎么用代码块。
2. 学会怎么总结mwe。
3. 搞清楚表格每行每列的逻辑关系,别因为不画表格横线就乱写。
4. 本来想帮你一下的,现在说说为什么不帮了:
+ 代码不放代码块里,被各种转义,(算了,大概齐自己修改一下吧。)
+ `\documentclass` 没有,`\begin{document}` 和 `\end{document}` 没有,(算了,自己帮着写一下...)
+ 看出来问题在哪里了,好改
+ 还有个自定义命令`\tabincell`?(算了,滚蛋吧,忍不了了。虽然能猜出来是怎么定义的)
![](https://wenda.latexstudio.net/data/attach/200722/sBPdm7qf.png)
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。