-
Notifications
You must be signed in to change notification settings - Fork 0
/
report-7.tex
83 lines (70 loc) · 2.18 KB
/
report-7.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\documentclass[signature=data]{physicsreport}
%%
%% User settings
%%
\classno{}
\stuno{}
\groupno{}
\stuname{}
\expdate{\expdatefmt\today}
\expname{双光栅检测微弱振动}
%%
%% Document body
%%
\begin{document}
% First page
% Some titles and personal information are defined in ``\maketitle''.
\maketitle
\section{预习}
\begin{enumerate}
\item 本实验中的拍频是如何产生的?
\item 为何认为 $\displaystyle\int_{0}^{\frac{T}{2}}F_{\text{拍}}(t)\mathrm{d}t$ 表示 $\dfrac{T}{2}$ 内的波的个数.
\end{enumerate}
% Teacher signature
\makeatletter
\physicsreport@body@signature{preparation}
\makeatother
\newpage
% Original experiment data
\section{原始数据记录}
\subsection{}
\vspace*{-1.5em}
\begin{table}[H]
\caption{测量音叉共振时的振幅数据记录}
\vspace*{1em}
\centering
\begin{tabular}{|>{\bfseries}c|c|} \hline
频率 (Hz) & \\ \hline
半个周期的波数 & \\ \hline
音叉振动的幅度 (\unit{\micro\meter}) & \\ \hline
\end{tabular}
\end{table}
\subsection{}
\vspace*{-1.5em}
\begin{table}[H]
\caption{测量音叉在不同的驱动频率下的振幅数据记录}
\vspace*{1em}
\centering
\begin{tabularx}{\textwidth}{|>{\bfseries}c|*{9}{X|}} \hline
\makecell{频率 \\(Hz)} & & & & & & & & & \\ \hline
\makecell{半个周 \\期的波\\数} & & & & & & & & & \\ \hline
\makecell{音叉振 \\动的幅\\度 (\unit{\micro\meter})} & & & & & & & & & \\ \hline
\end{tabularx}
\end{table}
% Teacher signature
\makeatletter
\physicsreport@body@signature{data}
\makeatother
\newpage
% Data process and others
\section{数据处理}
将 9 个不同驱动频率下测得的音叉振幅与对应的驱动频率的关系曲线绘制出来 (电脑作图, 坐标纸等等均可).
\vspace*{20em}
\section{实验结论及现象分析}
\vspace*{5cm}
\section{讨论题}
\begin{enumerate}
\item 测量音叉谐振曲线时, 为什么要固定驱动信号功率?
\item 静光栅和动光栅的前后位置是否可以互换, 为什么?
\end{enumerate}
\end{document}