CHAPTER 4 COUNTER.

Slides:



Advertisements
Similar presentations
Synchronous Counters with SSI Gates
Advertisements

A presentation on Counters (second)
Counters.
Counters Chapter 17 Subject: Digital System Year: 2009.
Counters Mano & Kime Sections 5-4, 5-5. Counters Ripple Counter Synchronous Binary Counters –Design with D Flip-Flops –Design with J-K Flip-Flops Counters.
ENGIN112 L27: Counters November 5, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 27 Counters.
CS370 Counters. Overview °Counter: A register that goes through a prescribed series of states °Counters are important components in computers. °Counters.
ECE 331 – Digital System Design Counters (Lecture #18)
M.S.P.V.L. Polytechnic College, Pavoorchatram
CS 140L Lecture 4 Professor CK Cheng 10/22/02. 1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)
Sequential Circuit Introduction to Counter
A.Abhari CPS2131 Registers A register is a group of n flip-flops each of them capable of storing one bit of information There are two types of registers:
Electronic Counters.
Counters  A counter is a device which stores (and sometimes displays) the number of times a particular event or process has occurred, often in relationship.
A presentation on Counters
Asynchronous Counters
Counters.
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
Asynchronous Counter © 2014 Project Lead The Way, Inc.Digital Electronics.
Synchronous Counters.
Asynchronous Counters with SSI Gates
CSI-2111 Computer Architecture Ipage Sequential circuits, 2nd part v Objectives: To recognize and know to use the principal types of sequential.
CS1104 – Computer Organization Aaron Tan Tuck Choy School of Computing National University.
2017/4/24 CHAPTER 6 Counters Chapter 5 (Sections )
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 17 Dr. Shi Dept. of Electrical and Computer Engineering.
Asynch 1.1 Asynchronous Counters 1 ©Paul Godin Last Edit Sept 2009.
Prof Jess 2008 DIGITAL IC COUNTERS Lecture 7.
CHAPTER 8 - COUNTER -.
Synchronous Counters Synchronous digital counters have a common clock which results in all the flip-flops being triggered simultaneously. Consequently,
Counters Prepared by: Careene McCallum-Rodney. Introduction Counters uses a Toggle Flip Flops to count either UP or DOWN in binary. A toggle flip flop.
COUNTERS Why do we need counters?
Counters.
3 BIT DOWN COUNTER SUBJECT: DIGITAL ELECTONICS CODE: COLLEGE: BVM ENGINEERING COLLEGE COLLEGE CODE:008 ELECTRONICS & TELECOMMUNICATION DEPT.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
1 Registers A register is a group of n flip-flops each of them capable of storing one bit of information There are two types of registers: parallel and.
Sequential logic circuits First Class 1Dr. AMMAR ABDUL-HAMED KHADER.
Synchronous Counters, ripple counter & other counters Lecture 2
Date: 01/12/2014 Asynchronous (Ripple) Counters Patel Siddhi P rd SEM Computer Science and Engneering B.M.C.E.T Subject Name: Digital Electronics.
CS1104 – Computer Organization Aaron Tan Tuck Choy School of Computing National University.
FLIP FLOPS Binary unit capable of storing one bit – 0 or 1
Asynchronous Counters with SSI Gates
Digital Logic & Design Dr. Waseem Ikram Lecture No. 28.
EKT 221 – Counters.
Asynchronous Counters
EKT 221 : Digital 2 COUNTERS.
Sequential Logic Counters and Registers
Sequential Circuit: Counter
Principles & Applications
DR S. & S.S. GHANDHY ENGINEENRING COLLEGE
Asynchronous Counters
Sequential Circuit - Counter -
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 12) Hasib Hasan
Registers and Counters Register : A Group of Flip-Flops. N-Bit Register has N flip-flops. Each flip-flop stores 1-Bit Information. So N-Bit Register Stores.
Asynchronous Counters with SSI Gates
COE 202: Digital Logic Design Sequential Circuits Part 4
Counters and Registers
4-Bit Counter Spencer Canavan.
Counters and Registers
CSC 220: Computer Organization
Instructor: Alexander Stoytchev
Registers and Register Transfers
CHAPTER 4 COUNTER.
CHAPTER 4 COUNTER.
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
14 Digital Systems.
Registers and Register Transfers
Outline Registers Counters 5/11/2019.
Counters.
CMPE212 Discussion 11/21/2014 Patrick Sykes
Presentation transcript:

CHAPTER 4 COUNTER

Types of Counter Asynchronous counter Synchronous counter Asynchronous counter :- for these counter the external clock signal is applied to one flip-flop & then the o/p of preceding flip-flop connected to clock of next flip-flop. Synchronous counter :- for these counter all the flip-flop receive the external clock pulse simultaneously.

Asynchronous counter Counter means count no of clock pulses which counter has received. Up counter count up counting i.e. 0 to 3 etc. No. of state depends on 2n n is no of f/fs The maximum count is (2n -1)

Asynchronous counter 2-bit Asynchronous counter Up counter (Ripple Counter)

2-bit Asynchronous counter Up counter (Ripple Counter)

2-bit Asynchronous counter Up counter (Ripple Counter)

2-bit Asynchronous counter Up counter (Ripple Counter)

3-bit Asynchronous counter Up counter (Ripple Counter)

3-bit Asynchronous counter Up counter (Ripple Counter)

3-bit Asynchronous counter Up counter (Ripple Counter)

4-bit Asynchronous counter Up counter (Ripple Counter)

4-bit Asynchronous counter Up counter (Ripple Counter)

4-bit Asynchronous counter Up counter (Ripple Counter)

State diagram The state diagram represents the states of a counter graphically.

Modulus counter The 2 bit counter is called as MOD-4 counter MOD number = 2n Modulus means no. of states through which the counter progress during ts operations.

Mod -3 asynchronous counter using 2- bit ripple counter

Mod -3 asynchronous counter using 2- bit ripple counter

Mod -3 asynchronous counter using 2- bit ripple counter

Mod -3 asynchronous counter using 2- bit ripple counter

Modulo-5 ripple counter using a 3-bit ripple counter

Modulo-5 ripple counter using a 3-bit ripple counter

Modulo-5 ripple counter

Modulo-5 ripple counter

MOD-6 asynchronous counter

MOD-6 asynchronous counter

MOD-7 asynchronous counter up counting using T flip-flop

MOD-7 asynchronous counter up counting using T flip-flop

MOD-7 asynchronous counter up counting using T flip-flop

MOD-12 asynchronous counter

MOD-12 asynchronous counter

MOD-12 asynchronous counter

MOD-12 asynchronous counter

MOD-11 asynchronous counter

MOD-11 asynchronous counter

MOD-11 asynchronous counter

MOD-11 asynchronous counter

MOD-11 asynchronous counter

MOD-4 asynchronous counter

MOD-4 asynchronous counter