Top Banner
Air University Isl amabad Note: If you are seeking for a digital logic design project, then try to create a new project using this project as a module. The suggestions are making an acceleration meter or speed detection of a vehicle for 1m. E-mail: [email protected]
16

Speed Measuring Circuit

Jun 24, 2015

Download

Education

Mashood

Circuit for Digital Logic Design project.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Speed Measuring Circuit

Air University Islamabad

Note: If you are seeking for a digital logic design project, then try to create a new project using this project as a module. Thesuggestions are making an acceleration meter or speed detectionof a vehicle for 1m.

E-mail: [email protected]

Page 2: Speed Measuring Circuit

Air University Islamabad

SPEED MEASURING SYSTEM

DLD Term Project

Page 3: Speed Measuring Circuit

Air University Islamabad

1. Ahmad Rasheed

2. Haseeb Sarwar

3. Mashood Ahmad

Group Members:

Page 4: Speed Measuring Circuit

Air University Islamabad

Contents1. Introduction

2. Theme

3. Circuit Module Distribution

4. Time Calculation Module

5. Division Module

6. Final Compilation

7. Questions

Page 5: Speed Measuring Circuit

Air University Islamabad

Introduction

The circuit will measure speed of the body

(vehicle) passing through the two fixed points.

Page 6: Speed Measuring Circuit

Air University Islamabad

Theme

The basic theme was first to calculate the time of

the body passing through the two fixed points and

calculate its speed using the formula

Speed=Distance/Time

Page 7: Speed Measuring Circuit

Air University Islamabad

Circuit Module Distribution

Time Calculation Module

Approach 1 Approach 2

Division Module

Quotient Calculation Remainder Calculation

Page 8: Speed Measuring Circuit

Air University Islamabad

Time Calculation

• Approach 1

• Approach 2

Page 9: Speed Measuring Circuit

Air University Islamabad

Time Calculation Starting Module

Reset switch

Sensor

Page 10: Speed Measuring Circuit

Air University Islamabad

Time Calculation Module Approach 1starting module

starting module

counter

counter

clocksubtractor

Page 11: Speed Measuring Circuit

Air University Islamabad

Time Calculation Module Approach 2

clock

starting module

starting module

counterXOR

Page 12: Speed Measuring Circuit

Air University Islamabad

Cases Reset Sensor 1 Sensor 2 XOR output Counter

1 ON “1” ON “1” ON “1” 0 Cleared

2 OFF “0” ON “1” ON “1” 0 Not working

3 a. OFF “0” OFF “0” ON “1” 1 Starts working

3 b. OFF “0” ON “1” OFF “0” 1 Starts working

4 OFF “0” OFF “0” OFF “0” 0 Stops at a value

Page 13: Speed Measuring Circuit

Air University Islamabad

Advantages of Approach 2 overApproach 1

The number of ICs reduced that made hardware to be handled more easily.

Initial point for vehicle crossing in order to measure speed became independent.

The circuit became less costly.

Page 14: Speed Measuring Circuit

Air University Islamabad

Division Module

counter

mux

subtractor

JK-FF

Reset switch

register

clock

Page 15: Speed Measuring Circuit

Air University Islamabad

Final CompilationFinally we gave the output of the time calculation

circuit into the divisor place of the dividing circuit

that resulted in the measurement of speed.

Page 16: Speed Measuring Circuit

Air University Islamabad

Questions

?