TRAFFIC JAM AVOIDANCE

37

description

TRAFFIC JAM AVOIDANCE. Acknowledgement Project Idea. Requirements The Technology used and why it is used. The Main idea used The Algorithm used. Program used to implement it Output shape. Double Handover Technique ⇨ Idea ⇨ Equation: ⇨ Conclusion. - PowerPoint PPT Presentation

Transcript of TRAFFIC JAM AVOIDANCE

Page 1: TRAFFIC JAM AVOIDANCE
Page 2: TRAFFIC JAM AVOIDANCE

Acknowledgement

Project Idea

Page 3: TRAFFIC JAM AVOIDANCE

Requirements

The Technology used and why it is used

Page 4: TRAFFIC JAM AVOIDANCE

The Main idea used

The Algorithm used

Page 5: TRAFFIC JAM AVOIDANCE

Program used to implement it

Output shape

Page 6: TRAFFIC JAM AVOIDANCE

Double Handover Technique

⇨ Idea ⇨ Equation:

⇨ Conclusion

Page 7: TRAFFIC JAM AVOIDANCE

Drive Tests

Page 8: TRAFFIC JAM AVOIDANCE

TEMS

⇨ Usage

Page 9: TRAFFIC JAM AVOIDANCE

Drive Tests Benefits

⇨Distance Calculations

Page 10: TRAFFIC JAM AVOIDANCE

⇨Knowing cells sequence through road

Obstacle

Page 11: TRAFFIC JAM AVOIDANCE

Pattern

Page 12: TRAFFIC JAM AVOIDANCE

Major Cells

Project Advantage ⇨ DOH doesn’t have to be between successive

boundaries

Page 13: TRAFFIC JAM AVOIDANCE

Handover Data

Page 14: TRAFFIC JAM AVOIDANCE

Continue Of Handover Data

Page 15: TRAFFIC JAM AVOIDANCE

GSM Infrastructure ⇨GSM data Capture

◉ Air-Interface◉ A-bis-Interface◉ A-interface

Page 16: TRAFFIC JAM AVOIDANCE

⇨GSM Frequencies

◉ 900

◉ 1800

Page 17: TRAFFIC JAM AVOIDANCE

Massive Data

Number of mobiles per cell (Density)

Page 18: TRAFFIC JAM AVOIDANCE

Code AlgorithmStart

When we deal with live massive data, we deal with every call in a separate file, as this is the format that it is presented to

us.

We give the java code the path of the directory that contains all the files & get

them all & put files in a list called “flist”.

Page 19: TRAFFIC JAM AVOIDANCE

For every file get the information’s in it, as “IMSI” - “Cell Value” – “LAC” –

“Date & Time”.

IMSIDateTimeCellLACCause DateTime

Page 20: TRAFFIC JAM AVOIDANCE

Put the Cell ID & Time only in a double array, which is constructed for

each file.

cell hours min sec msec3385 12 55 12 23386 12 56 04 63395 12 59 01 12

OR, if to make it easy, use smaller

table by saving only

time in seconds

cell sec3385 472203386 468003395 46800

Page 21: TRAFFIC JAM AVOIDANCE

We have a Database, stored in it the sequence of the mobile in cells to be

considered moving in this direction

Example Of Forward Direction for “Mehwar 26 Yulu” Database

Page 22: TRAFFIC JAM AVOIDANCE

Compare the cell sequence you have with the database, if two points are

achieved, double handover occurs & an o/p result occur.

Then we work on the table of velocity , analyzing it to get average speed in every sector in the

direction that database specify

Stop

Page 23: TRAFFIC JAM AVOIDANCE

Technical Problems that faced us:

⇨Live Massive Data

◉ INET

Page 24: TRAFFIC JAM AVOIDANCE

◉ Old Data Recovery

Page 25: TRAFFIC JAM AVOIDANCE

◉ Old Data Recovery

Page 26: TRAFFIC JAM AVOIDANCE

⇨ Velocity Database is too Large

Page 27: TRAFFIC JAM AVOIDANCE

⇨ 900 & 1800 Frequency Bands

◉ Important Point

Page 28: TRAFFIC JAM AVOIDANCE

⇨ Distance between cell boundaries seems Variable

◉ Cell “3386”: * Coverage distance of the cell =

[2.6+2.5+2.15+2.12+2.08]/5 = 2.29 Km

◉ Cell “3385”: * Coverage distance of the cell = [1.2+1+1.25+1.15]/4 = 1.15 Km

Page 29: TRAFFIC JAM AVOIDANCE

How Java Program Work:

⇨ Function used in the code:

◉ getFiles(folder, list)

◉ searchfile(fo,dlist)

Page 30: TRAFFIC JAM AVOIDANCE

◉getcelltime(dlist,celltime)

◉ getsequence(celltime,pntarr,pntarrlength, fr)

◉getspeed(pntarr,pntarrlength,sectionspeed,fr)

Page 31: TRAFFIC JAM AVOIDANCE

◉Getaveragevelocity(avb,avf)

◉ Deletefiles (flist)

◉Timer

Page 32: TRAFFIC JAM AVOIDANCE
Page 33: TRAFFIC JAM AVOIDANCE

Market Segments That Will Be Interested In The Product/Service

Charge On Market Segment

Page 34: TRAFFIC JAM AVOIDANCE

Actual Cost Of The Project

Financial Returns For Vodafone

Page 35: TRAFFIC JAM AVOIDANCE

Major Competitors

⇨Competitive Advantage

Statistics Of Your Market Study

Page 36: TRAFFIC JAM AVOIDANCE

Other Algorithms We Tried To Achieve The Project

⇨ Obstacles That Faced Us

Page 37: TRAFFIC JAM AVOIDANCE

Future work

⇨ Increase The Accuracy of the Calculated Distance Between Cell Boundaries

⇨ Implement It On Other Roads