DS2020 Lab2
DS2020 Lab2
Laboratory Manual
Digital Systems
Experiment 2
1. INTRODUCTION
1.1 Goals:
Become familiar with the oscilloscope.
Know how to investigate the propagation delay of 7400-Series ICs.
Know how to design and implement Edge Detector circuits.
1.3 References:
Digital Systems: Principles and Applications (11th Edition) – Ronald J. Tocci, Neal S.
Widmer, Gregory L. Moss, 2010.
Lecture Slides/Videos – Assoc. Prof. Dr. Tran Ngoc Thinh.
Tutorial documents on how to use Oscilloscope.
Tutorial videos on how to use Oscilloscope:
o https://www.youtube.com/watch?v=d5RV0go3-4o
o https://www.youtube.com/watch?v=gIfH_80S2uA&t=0s
1.4 Pre-laboratory:
Read this experiment carefully to become familiar with the procedural steps in this
experiment.
Study on tutorial videos to grasp the basics of using an oscilloscope.
2
Digital Systems – Lab 2
2. EXPERIMENTAL PROCEDURE:
Types of Oscilloscope
Oscilloscopes can be classified into two types: analog oscilloscopes and digital oscilloscopes.
A digital oscilloscope uses an analog-to-digital converter (ADC) to convert the measured
voltage into digital information. It acquires the waveform as a series of samples, and stores
these samples until it accumulates enough samples to describe a waveform. In this course, we
will use the Tektronix TBS1052B digital oscilloscope as shown in Figure 1.
The Oscilloscope’s Graph
At the most basic level, an oscilloscope's graph of an electrical signal shows how the signal
changes over time (Figure 2):
3
Digital Systems – Lab 2
Types of Waves
An oscilloscope measures voltage waves. A waveform
is a graphic representation of a wave. Any time you see
a change in the height of the waveform, you know the
voltage has changed. Any time there is a flat horizontal
line, you know that there is no change for that length of
time. Figure 3 shows some common types of waveform.
To know more about Oscillopscope: Please read the oscilloscope manual documents or
reference at https://www.tek.com/document/online/primer/xyzs-scopes/ch1/oscilloscope-
basics !
4
Digital Systems – Lab 2
5
Digital Systems – Lab 2
Probe
Step to test a Probe COMP
6
Digital Systems – Lab 2
If you are analyzing a pulse waveform and you want to measure parameters related to time of
the pulse, follow these steps:
Step 1: Push the Cursor button to see the Cursor Menu.
Step 2: Push the Type side-menu button. A pop-out menu should appear showing a
scroll-able list of the available cursor types.
Step 3: Turn the Multipurpose knob to highlight Time.
Step 4: Push the Multipurpose knob to select Time.
Step 5: Push the Cursor 1 option button.
Step 6: Turn the Multipurpose knob to place a cursor on the first point of the pulse.
Step 7: Push the Cursor 2 option button.
Step 8: Turn the Multipurpose knob to place a cursor on the second point of the pulse.
To understand more about how to use Oscilloscope: Please read the oscilloscope manual
documents.
7
Digital Systems – Lab 2
2.3 Exercises
2.3.1 Measurement Propagation Delay
In digital circuits, the propagation delay, or gate delay, is the length of time which starts when
the input to a logic gate becomes stable and valid to change, to the time that the output of that
logic gate is stable and valid to change. Often on manufacturers' datasheets this refers to the
time required for the output to reach 50% of its final output level when the input changes to
50% of its final input level (Figure 10)
Randomly select TWO 74-Series ICs out of the list: 7400, 7404, 7408, and 7432. Design,
implement circuits, and use the Oscilloscope to measure the propagation delay of those selected
ICs.
Hint: Use Frequency pins on Digital System KIT to connect with the input of circuits., adjust
the frequency to 1kHz when measuring with Oscilloscope.
8
Digital Systems – Lab 2
Signal edge detection is a technique widely used in embedded software, model based
development and electronics. A signal edge is defined as the transition of the signal from a high
state to a low state or vice-versa. There are two popular types of edge detection:
Rising edge: when the input signal is transitioning from a low state (e.g. 0) to a high state
(e.g. 1)
Falling edge: when the input signal is transitioning from a high state (e.g. 1) to a low state
(e.g. 0)
Design, implement circuits, and use the Oscilloscope to determine the rising edge and falling
edge of a pulse signal using IC 7400, 7404, 7408, or 7432.
Hint: Use Frequency pins on Digital System KIT to connect with the input of circuits., adjust
the frequency to 1kHz when measuring with Oscilloscope.