-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
102 lines (82 loc) · 2.88 KB
/
report.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\documentclass{whureport}
% =============================================
% Part 1 Edit the info
% =============================================
\usepackage{booktabs}%三线表
\usepackage[breaklinks,colorlinks,linkcolor=black,
citecolor=black,urlcolor=black]{hyperref}% 生成书签
\pagecolor [rgb]{0.9, 0.99, 0.9}%保护视力背景色
\newcommand{\major}{电子信息工程}
\newcommand{\name}{fyqqyf}
\newcommand{\stuid}{201830XXXXXX}
\newcommand{\newdate}{\today}
\newcommand{\loc}{None}
\newcommand{\course}{信号与系统}
\newcommand{\tutor}{A老师}
\newcommand{\grades}{~~~~~~~}
\newcommand{\newtitle}{Time-Series}
\newcommand{\exptype}{None}
\newcommand{\group}{AAA,BBB}
% =============================================
% Part 1 Main document
% =============================================
\begin{document}
\thispagestyle{empty}
\begin{figure}[h]
\begin{subfigure}{0.4\linewidth}
\centerline{\includegraphics[height=3cm,width=3cm]{whulogo.eps}}
\end{subfigure}
\hfill
\begin{subfigure}{.5\linewidth}
\raggedleft
\begin{tabular*}{.8\linewidth}{ll}
专业: & \underline\major \\
姓名: & \underline\name \\
学号: & \underline\stuid \\
日期: & \underline\newdate \\
% 地点: & \underline\loc
\end{tabular*}
\end{subfigure}
\end{figure}
\begin{table}[!htbp]
\centering
\begin{tabular*}{0.7\linewidth}{llllll}
课程名称: & \underline\course & 指导老师: & \underline\tutor & 成绩: & \underline\grades \\
实验名称: & \underline\newtitle & 同组学生姓名:& \underline\group
\end{tabular*}
\end{table}
% =============================================
% Part 2 Main document
% =============================================
\section{预习部分}
\subsection{实验目的}
\subsection{实验基本原理}
\subsection{主要仪器设备(含必要的元器件、工具)}
\section{实验操作部分}
\subsection{实验数据、表格及数据处理}
给出如下差分方程:
$$y(n) - (0.5+a)\times y(n-1) + 0.5ay(n-2) = x(n)$$
\begin{clause}
\item 求解系统传输函数表达式。
\item 当a取0.8,0.9,1.0,1.1时,画出零极点分布图。
\item 根据(2)中a的取值,分别画出幅频响应函数。
\end{clause}
\subsection{实验操作部分}
\subsubsection{自回归模型}
\begin{clause}
\item 导入数据"data.mat";
\item 划分为训练集和测试集;
\item 对其进行最小二乘法拟合;
\item 初步预测;
\item 用该预测项计算噪声项;
\item 加入噪声项,优化AR模型;
\item 得到最终模型;
\item 预测,与测试集求残差;
\item 观察结果;
\end{clause}
\subsection{结论}
\subsubsection{自回归模型}
\
\section{实验效果分析(包括仪器设备等使用效果)}
\section{教师评语}
\end{document}