Digital System Design (CE-304) : Course Instructors: Saba Ahsan (Assistant Professor CED) Sana Alam (Lecturer CED
Digital System Design (CE-304) : Course Instructors: Saba Ahsan (Assistant Professor CED) Sana Alam (Lecturer CED
Learning Outcomes:
Quizzes 5%
Assignments 5%
TOTAL 100%
Lecture # 1:Introduction of DSD
System: A set of related components work
as a whole to achieve a goal.
A system contains:
Input,Behaviour, Output.
Behaviour is a function that translate inputs
to outputs.
Types of System:
Analog , Digital & Mixed .
Introduction of DSD
Analog System: It has values from a
continuous set e.g: 0, 0.5, 1.2, 1.8.
Digital System: It is a system in which signals
have a finite discrete(individually separate &
distinct) values e.g: 0 & 1(so the device which
process this signal is very simple like a “switch”
which is “open” or “ closed”.
Mixed Signal: It has both digital & analog
values.
Introduction of DSD
Advantages of Digital System:
Well suited for numerical processing & non-numerical
processing.
Easy to design.
Low cost
Easy to duplicate similar circuits.
High noise immunity.
Lecture # 1 Number System
Examples:
(257) = ( 1,6,10 )
10 13 (290)10 = (2,0,2 )12
13 257 12 290
12 24 -2
13 19 -10
2 -0
1 -6
Reverse Check:
( 1,6,10)13 =( )10
=1*13
2
+ 6*13 ¹ + 10*13 ⁰
=169+78+10
= (257)₁₀
Number System
Practice Problems:
1: (244) = (
10 )3
2: (298) = (
10 ) 12
Number System
Problem: Convert the following Radix Value into Decimal
form:
1: Radix=14 , Digit set=[-2,5], [-2,1,2,2,2,0]
Solution:
=(14)5 *(-2)+1*(14)4 +2*(14)3 +2*(14)2 +2*(14)1 + 0*(14)0
Note: Each individual digit of the resultant value must lie
within the range of digit set [-2,-1,0,1,2,3,4,5]
Radix Conversion:
Practice Problem
1:Radix=7,digit set [-2,10],[7,1,10,-2,10,6]