SchoolWork-LaTeX/数字逻辑及实验/平时作业/实验报告/实验3.tex
423A35C7 5906ac1efc 重构目录层次
0-课程笔记
1-平时作业
2-实验报告
3-期末大作业
2024-09-02 18:32:58 +08:00

110 lines
5.6 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[实验报告模板]{subfiles}
\renewcommand{\mydate}{2023/10/26}
\renewcommand{\mychapternum}{3}
\renewcommand{\thefigure}{\mychapternum.\arabic{figure}} % set caption label style to 1.1
\renewcommand{\thetable}{\mychapternum.\arabic{table}}
\renewcommand{\thesubfigure}{\arabic{subfigure}}
\captionsetup{labelformat=default,labelsep=space}
\begin{document}
\renewcommand{\bar}{\xoverline}
\mytitle
\begin{enumerate}
\myitem{实验目的}{
\item 掌握中规模器件——数据选择器、数据分配器的特性及使用方法。
\item 熟悉用数据选择器、数据分配器设计组合逻辑电路,并验证其逻辑功能。
}
\myitem{实验内容及步骤}{
\item 测试八选一数据选择器 74LS151 的逻辑功能。
\item 用 1 片八选一数据选择器 74LS151 加必要的门电路实现函数$Q=ABC+A \bar{C}DF+\bar{B}CD+BC \bar{D}F+\bar{C} \bar{D} \bar{F} + CD \bar{F}$并用实验验证。
\item 用数据选择器和数据分配器(译码器)组成的信号传输系统如图 \ref{fig:3.7} 所示。
当输入信号为 10010100 时(高位在前),数据开关控制地址选择信号逐次递增,
记录输出信息并填入表 \ref{table:3.4} 中。
}
\myitem{实验原理}{
\item 测试八选一数据选择器 74LS151 的逻辑功能。
\begin{figure}[H]
\centering
% 用subfigure时图像居中了但标签没有底对齐了
% 用subfloat时标签底对齐了但图像不居中了。
% \begin{subfigure}[H]{0.4\linewidth}
% \includegraphics[width=1\linewidth]{imgs/2023-10-25-08-39-42.png}
% \caption{引脚图}\label{fig:1a}
% \end{subfigure}
% \begin{subfigure}[H]{0.4\linewidth}
% \includegraphics[width=1\linewidth]{imgs/2023-10-25-08-40-00.png}
% \caption{引脚图}\label{fig:1b}
% \end{subfigure}
\subfloat[valign=middle][引脚图]{
% \begin{minipage}[H]{0.4\linewidth}
\label{fig:1a}\includegraphics[width=0.4\linewidth]{imgs/2023-10-25-08-39-42.png}
% \end{minipage}
}\quad
\subfloat[valign=middle][引脚图]{
\label{fig:1b}\includegraphics[width=0.4\linewidth]{imgs/2023-10-25-08-40-00.png}
}\\
\caption{八选一数据选择器 74LS151 的引脚图}\label{fig:1}
\end{figure}
\begin{table}[H]
\caption{八选一数据选择器 74LS151 的真值表}\includegraphics[width=1\linewidth]{imgs/2023-10-25-09-24-14.png}
\end{table}
\item 用 1 片八选一数据选择器 74LS151 加必要的门电路实现函数$Q=ABC+A \bar{C}DF+\bar{B}CD+BC \bar{D}F+\bar{C} \bar{D} \bar{F} + CD \bar{F}$并用实验验证。\\
根据原式画出卡诺图如下:\\
\includesvg{3.2.1}
将卡诺图降维成影射变量卡诺图如下:\\
\includesvg{3.2.2}\\
再次降维如下:\\
% \small
\includesvg{3.2.3}\\
% \normalsize
电路图如下:\\
\begin{figure}[H]
% \centering
% \begin{minipage}[h]{0.5\linewidth}
\centering
\includesvgpdf{3.2.4.drawio}
% \end{minipage}
\caption{第2题电路图}
\end{figure}
\item 用数据选择器和数据分配器(译码器)组成的信号传输系统如图 \ref{fig:3.7} 所示。
当输入信号为 10010100 时(高位在前),数据开关控制地址选择信号逐次递增,
记录输出信息并填入表 \ref{table:3.4} 中。\\
\begin{figure}[H]
\centering
\includegraphics[width=1\linewidth]{imgs/2023-10-25-16-22-59.png}
\caption{数据传输系统示意图}\label{fig:3.7}
\end{figure}
\begin{table}[H]
\centering
\setlength{\tabcolsep}{1.2em}
\caption{第三题记录}\label{table:3.4}
\begin{tabular}{c|ccc|cccccccc}
\toprule
$D_i$ & $A_2$ & $A_1$ & $A_0$ & $Y_7$ & $Y_6$ & $Y_5$ & $Y_4$ & $Y_3$ & $Y_2$ & $Y_1$ & $Y_0$\\
\midrule
0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 \\
0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 \\
1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\
0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 \\
1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\
0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 \\
0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 \\
1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \\
\bottomrule
\end{tabular}
\end{table}
}
\myitem{思考题}{
\item 试设计用八选一数据选择器构成三十二选一的逻辑图。
\begin{figure}[H]
\centering
% \begin{minipage}[h]{0.5\linewidth}
\includegraphics[width=1\linewidth]{./xournal/3.ex.pdf}
% \end{minipage}
\caption{思考题}
\end{figure}
}
\end{enumerate}
\end{document}