SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 01 -04
______________________________________________________________________________________
1
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Estimation of Road Roughness Condition and Ghat Complexity Analysis Using
Smartphone Sensors
Vishal S. Shelke
Department of Computer Engineering
Bharati Vidyapeeth‟s College of Engineering Lavale
Pune, India
Itsvishal.shelke@gmail.com
Seema S. Khanekar
Department of Computer Engineering
Bharati Vidyapeeth‟s College of Engineering Lavale
Pune, India
Seemakhanekar95@gmail.com
Tanmay D. Kalbhor
Department of Computer Engineering
Bharati Vidyapeeth‟s College of Engineering Lavale
Pune, India
11tanmay96@gmail.com
Bhagyashree R. Shitole
Department of Computer Engineering
Bharati Vidyapeeth‟s College of Engineering Lavale
Pune, India
Bhagyashitole7274@gmail.com
Prof. Yogesh V. Kadam
Department of Computer Engineering
Bharati Vidyapeeth‟s College of Engineering Lavale
Pune, India
Kadam.yogesh3@gmail.com
Abstract- Our system works on producing the result sets which shows the road conditions and ghat complexity during traveling. We all use the
map but it does not show potholes and bumps in the road. Our system analyzes the data through the sensors of mobile phone such as sensors like
accelerometer, orientation sensor, and magnetometer to analyze the ghat complexity and roads quality we use the GPS system of an android
phone.
Keywords - Road Bump logic detection, Ghat Complexity, Magnetometer, Vehicle axis
__________________________________________________*****_________________________________________________
I. INTRODUCTION
Collecting the data from the Android phone is a very
easy task and it took the very low cost. Nowadays many
people use smartphones so it is very easy to install the system
on smartphones and collection of data. People easily can
mount their smartphone on the dashboard of a car. Our aim is
to find potholes and bumps in the road, so the GPS system
plays the major role in our system which detects the position
of bumps and potholes in the road.
The developed system is a client-server system.
There are two types of clients, one is admin and second is a
mobile user. Admin will collect the data then it will be sent to
the server where using divide and conquer algorithm data will
be clustered and the final standard deviation is considered as a
bump and pothole in the road. The smartphone user installs the
system on the Android phone when a user wants to travel one
place to another place user can use our system to navigate the
path and our system will show the good quality road for
convenient travel.
Finding the roughness of road is consistently
recognized as a most important asset of measuring road
condition through the world. Road survey is very costlier and
it will take too much time so our system will reduce the cost of
the survey and time. It also helps to the government to find out
which roads are in bad conditions so that they can reconstruct
it as soon as possible.
II. WORKING OF SYSTEM
There are two types of the client first is admin which
collect the data from different roads and second smartphone
users who request to the server for knowing the which is the
best route for traveling and which road has the best quality for
traveling. The system will provide the shortest path with
minimum bumps and potholes in the road. Our system will
save the time reaching from the source to destination.
The admin has the smartphone which is mounted on a
dashboard of the car. The accelerometer has x, y, z-axis where
the y-axis is used for running direction of a car, the z-axis is
used for vertical direction. The vibration of the car says that
the road is in good condition or not. The z-axis gets the
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 01 -04
______________________________________________________________________________________
2
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
reading from that vibration and sends that data to the server.
The GPS sensor gets that reading with longitude and latitude
for showing where the actual bump and pothole is located.
When the ghat starts the Y-axis count the number of turns on
the road and also the how complex is that turn is counted by y-
axis. On the basis of that complexity, we will decide the how
complex is that ghat. All the reading are collected by that
smartphone and it will send to the server, where using the
divide and conquer algorithm the data will get separated. In
the algorithm, we used mean and standard deviation.
III. ARCHITECTURE OF SYSTEM
The system utilizes the GPS system of the phone and also
sensors like accelerometer and orientation sensor. This sensor
used to collect the data and we can upload it to the central
server so that every smartphone user can access it while
traveling.
Figure 1. Architecture DiagramRoad Roughness Condition
and Ghat Complexity Analysis
1. Admin android App
1. Collect the data from the road using accelerometer
sensor for finding bumps.
2. Created .txt files will upload to the server
3. The Magnetometer will count the number of turns in
the ghat.
4. If the road is in bad condition, the alternative route
will show on the user application.
2. User Android App
1. The required time from source to destination will be
displayed on user application.
2. Different routes will be shown in different colors.
3. Alternative routes will be displayed on the application.
3. Standalone HTTP Server
The proposed system consists of apache tomcat server
which is design for the following task.
 Txt file will be fetched from admin android app.
 Perform Analysis of text file according to the road bump
logic.
Figure 2. X-axis values of Accelerometer
Figure 3. Y-axis values of Accelerometer
Figure 4. Z-axis values of Accelerometer
 As per the user‟s location, it will provide the road details.
 Add results to the database user to notify on which
location has bumps and find the complexity of the ghat.
IV. PROPOSED METHOD
Algorithm Used:
A. Road Bump Detection Logic
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 01 -04
______________________________________________________________________________________
3
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Figure 5. The Logic of Bump Detection
The road bump detection logic is designed as follows.
Condition 1: Y-axis is used as running direction of the vehicle.
Z-axis is used as the vertical direction. 50[ms] is large
Standard Deviation.
Condition 2: The above sections appeare with wheelbase
time.
Here, each variable is defined as follows. A recording order
number is defined „i‟. An acceleration data are defined X(i),
Y(i), Z(i) for each axis. For Y-axis or running direction and Z-
axis or vertical direction 50[ms] standard deviation is defined
SDy(i), SDz(i). For the condition 1, simultaneity index is
defined SDyz(i), and it is calculated by equation 1.
SDyz(i) = SDy(i) * SDz(i) --------------------- (equation 1)
Cycle number of wheelbase time is defined Nw. For the
condition 2, Bump Index is defined
Byz(i), and it is calculated by equation 2.
Byz(i) = SDyz(i) * SDyz(i + Nw) -------------(equation 2)
Nw is related to vehicle speed. Vehicle speed is defined
V[m/s]. Wheelbase is defined Lw[m].Recording cycle is
defined H[Hz]. Nw is calculated by equation 3.
Nw = (Lw/V) * H ----------------------------- (equation 3)
EXPERIMENT RESULT:
This logic is applied to data. The 50[ms] standard deviation of
Z-axis acceleration or vertical direction SDz(i) is drawn in Fig.
Simultaneity index SDyz(i) is drawn in Fig. Bump index
Byz(i) is drawn below:
Figure 6. Experimental Results of Accelerometer
V. STANDARD DEVIATION
B. GHATS COMPLEXITY
By using the magnetometer we find the number of turns and
the intensity of the turn. If the number of turns is more and
have high turn intensity then that ghat have more complexity.
Algorithm Used:
Location Based Distance Calculation
This uses the „haversine‟ formula to calculate the circle
distance between two points that is, the shortest distance over
the earth‟s surface – giving an „as-the-crow-flies‟ distance
between the points.
a=sin²(Δφ/2)+cos(φ1).cos(φ2).sin²(Δλ/)
Harversine
c = 2.atan2(a, √(1−a))
formula: d = R.c
Where
φ is latitude, λ is longitude, R is earth‟s
radius (mean radius = 6,371km)
note that angles need to be in radians to pass
to trig functions!
Road Evaluation at Server side
The server gets data from a smartphone. By using the divide
and conquer algorithm the data will get clustered and by using
mean and standard deviation we will find the correct location
of the pothole and bump by using longitude and latitude
recorded by GPS.
Data available to the other users
If any new user wants to travel from one place to another
place. If the route is unknown for the user then any user can
share the route of that particular route. So here we can share
the different routes to others and make data useful for
everyone.
IV. CONCLUSION
Road Roughness Condition and Ghat Complexity Analysis
system helpful for finding the routes where have a minimum
bump and pothole in the road which google map does not
show. It will reduce the road accident if any new user travels
in the new place. The data is saved on a remote server so every
smartphone users can access it and data will be available for
every smartphone user.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 01 -04
______________________________________________________________________________________
4
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
REFERENCES
[1] Artis Mednisy, Girts Strazdinsy, Reinholds Zviedrisy, Georgijs
Kanonirs,Leo Selavo"Real Time Pothole Detection using
Android Smartphones with Accelerometers"2011 IEEE.
[2] Viengnam DOUANGPHACHANH, Hiroyuki ONEYAMA
"Estimation of Road Roughness Condition from Smartphones
under Realistic Settings"2013 IEEE,13th International
Conference on ITS Telecommunications (ITST).
[3] Viengnam Douangphachanh, Hiroyuki Oneyama "Formulation
of a Simple Model to Estimate Road Surface Roughness
Condition from Android Smartphone Sensors."2014 IEEE Ninth
International Conference on Intelligent Sensors, Sensor
Networks and Information Processing (ISSNIP) Symposium on
Human-Centric Sensing and Social Networks Singapore, 21–24
April 2014.
[4] Juan C. Tudón-Martínez, Soheib Fergani, Olivier Sename, John
Jairo Martinez,Ruben Morales-Menendez, and Luc
Dugard"Adaptive Road Profile Estimation in Semiactive Car
Suspensions"2015 IEEE TRANSACTIONS ON CONTROL
SYSTEMS
TECHNOLOGY.//www.ieee.org/publications_standards/publica
tions/rights/index.html.
[5] V. P. Tonde, Amol Jadhav, Shreyas Shinde, Ashish Dhoka,
Sandeep Bablade “Road Quality and Ghats Complexity analysis
using Android sensors” International Journal of Advanced
Research in Computer and Communication Engineering Vol. 4,
Issue 3, March 2015.

More Related Content

Similar to Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Smartphone Sensors

An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionseSAT Publishing House
 
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...IRJET Journal
 
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android AppIRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android AppIRJET Journal
 
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...IRJET Journal
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systemseSAT Publishing House
 
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...ITIIIndustries
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET Journal
 
IRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET Journal
 
Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.IRJET Journal
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...
Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...
Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...IRJET Journal
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoTIRJET Journal
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGIRJET Journal
 
Estimation of road condition using smartphone sensors via c4.5 and aes 256 a...
Estimation of  road condition using smartphone sensors via c4.5 and aes 256 a...Estimation of  road condition using smartphone sensors via c4.5 and aes 256 a...
Estimation of road condition using smartphone sensors via c4.5 and aes 256 a...EditorIJAERD
 
Traffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim SoftwareTraffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim SoftwareIRJET Journal
 
IRJET - Design Paper on Pothole Monitoring System
IRJET - Design Paper on Pothole Monitoring SystemIRJET - Design Paper on Pothole Monitoring System
IRJET - Design Paper on Pothole Monitoring SystemIRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image ProcessingIRJET Journal
 
Car Traffic Sign Annunciator
Car Traffic Sign AnnunciatorCar Traffic Sign Annunciator
Car Traffic Sign Annunciatorrahulmonikasharma
 

Similar to Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Smartphone Sensors (20)

An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directions
 
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
 
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android AppIRJET- Real Time Fuel Estimation using Micro Controller and Android App
IRJET- Real Time Fuel Estimation using Micro Controller and Android App
 
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...IRJET -  	  Improving Road Travel with Route Suggestion using Decision Tree A...
IRJET - Improving Road Travel with Route Suggestion using Decision Tree A...
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
 
50120140504010
5012014050401050120140504010
50120140504010
 
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 
IRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite Images
 
Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...
Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...
Study of Estimation of Road Roughness Condition and Ghat Complexity Analysis ...
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoT
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
 
Estimation of road condition using smartphone sensors via c4.5 and aes 256 a...
Estimation of  road condition using smartphone sensors via c4.5 and aes 256 a...Estimation of  road condition using smartphone sensors via c4.5 and aes 256 a...
Estimation of road condition using smartphone sensors via c4.5 and aes 256 a...
 
Traffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim SoftwareTraffic Volume Study And Congestion Solution Using VisSim Software
Traffic Volume Study And Congestion Solution Using VisSim Software
 
IRJET - Design Paper on Pothole Monitoring System
IRJET - Design Paper on Pothole Monitoring SystemIRJET - Design Paper on Pothole Monitoring System
IRJET - Design Paper on Pothole Monitoring System
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
 
Car Traffic Sign Annunciator
Car Traffic Sign AnnunciatorCar Traffic Sign Annunciator
Car Traffic Sign Annunciator
 

More from rahulmonikasharma

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paperrahulmonikasharma
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Frameworkrahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systemsrahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Surveyrahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETrahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formularahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pirahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticlesrahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMrahulmonikasharma
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoringrahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM Systemrahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosisrahulmonikasharma
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Techniquerahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Couplerrahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motorrahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 

Recently uploaded

Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257subhasishdas79
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 

Recently uploaded (20)

Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 

Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Smartphone Sensors

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 01 -04 ______________________________________________________________________________________ 1 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Estimation of Road Roughness Condition and Ghat Complexity Analysis Using Smartphone Sensors Vishal S. Shelke Department of Computer Engineering Bharati Vidyapeeth‟s College of Engineering Lavale Pune, India Itsvishal.shelke@gmail.com Seema S. Khanekar Department of Computer Engineering Bharati Vidyapeeth‟s College of Engineering Lavale Pune, India Seemakhanekar95@gmail.com Tanmay D. Kalbhor Department of Computer Engineering Bharati Vidyapeeth‟s College of Engineering Lavale Pune, India 11tanmay96@gmail.com Bhagyashree R. Shitole Department of Computer Engineering Bharati Vidyapeeth‟s College of Engineering Lavale Pune, India Bhagyashitole7274@gmail.com Prof. Yogesh V. Kadam Department of Computer Engineering Bharati Vidyapeeth‟s College of Engineering Lavale Pune, India Kadam.yogesh3@gmail.com Abstract- Our system works on producing the result sets which shows the road conditions and ghat complexity during traveling. We all use the map but it does not show potholes and bumps in the road. Our system analyzes the data through the sensors of mobile phone such as sensors like accelerometer, orientation sensor, and magnetometer to analyze the ghat complexity and roads quality we use the GPS system of an android phone. Keywords - Road Bump logic detection, Ghat Complexity, Magnetometer, Vehicle axis __________________________________________________*****_________________________________________________ I. INTRODUCTION Collecting the data from the Android phone is a very easy task and it took the very low cost. Nowadays many people use smartphones so it is very easy to install the system on smartphones and collection of data. People easily can mount their smartphone on the dashboard of a car. Our aim is to find potholes and bumps in the road, so the GPS system plays the major role in our system which detects the position of bumps and potholes in the road. The developed system is a client-server system. There are two types of clients, one is admin and second is a mobile user. Admin will collect the data then it will be sent to the server where using divide and conquer algorithm data will be clustered and the final standard deviation is considered as a bump and pothole in the road. The smartphone user installs the system on the Android phone when a user wants to travel one place to another place user can use our system to navigate the path and our system will show the good quality road for convenient travel. Finding the roughness of road is consistently recognized as a most important asset of measuring road condition through the world. Road survey is very costlier and it will take too much time so our system will reduce the cost of the survey and time. It also helps to the government to find out which roads are in bad conditions so that they can reconstruct it as soon as possible. II. WORKING OF SYSTEM There are two types of the client first is admin which collect the data from different roads and second smartphone users who request to the server for knowing the which is the best route for traveling and which road has the best quality for traveling. The system will provide the shortest path with minimum bumps and potholes in the road. Our system will save the time reaching from the source to destination. The admin has the smartphone which is mounted on a dashboard of the car. The accelerometer has x, y, z-axis where the y-axis is used for running direction of a car, the z-axis is used for vertical direction. The vibration of the car says that the road is in good condition or not. The z-axis gets the
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 01 -04 ______________________________________________________________________________________ 2 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ reading from that vibration and sends that data to the server. The GPS sensor gets that reading with longitude and latitude for showing where the actual bump and pothole is located. When the ghat starts the Y-axis count the number of turns on the road and also the how complex is that turn is counted by y- axis. On the basis of that complexity, we will decide the how complex is that ghat. All the reading are collected by that smartphone and it will send to the server, where using the divide and conquer algorithm the data will get separated. In the algorithm, we used mean and standard deviation. III. ARCHITECTURE OF SYSTEM The system utilizes the GPS system of the phone and also sensors like accelerometer and orientation sensor. This sensor used to collect the data and we can upload it to the central server so that every smartphone user can access it while traveling. Figure 1. Architecture DiagramRoad Roughness Condition and Ghat Complexity Analysis 1. Admin android App 1. Collect the data from the road using accelerometer sensor for finding bumps. 2. Created .txt files will upload to the server 3. The Magnetometer will count the number of turns in the ghat. 4. If the road is in bad condition, the alternative route will show on the user application. 2. User Android App 1. The required time from source to destination will be displayed on user application. 2. Different routes will be shown in different colors. 3. Alternative routes will be displayed on the application. 3. Standalone HTTP Server The proposed system consists of apache tomcat server which is design for the following task.  Txt file will be fetched from admin android app.  Perform Analysis of text file according to the road bump logic. Figure 2. X-axis values of Accelerometer Figure 3. Y-axis values of Accelerometer Figure 4. Z-axis values of Accelerometer  As per the user‟s location, it will provide the road details.  Add results to the database user to notify on which location has bumps and find the complexity of the ghat. IV. PROPOSED METHOD Algorithm Used: A. Road Bump Detection Logic
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 01 -04 ______________________________________________________________________________________ 3 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Figure 5. The Logic of Bump Detection The road bump detection logic is designed as follows. Condition 1: Y-axis is used as running direction of the vehicle. Z-axis is used as the vertical direction. 50[ms] is large Standard Deviation. Condition 2: The above sections appeare with wheelbase time. Here, each variable is defined as follows. A recording order number is defined „i‟. An acceleration data are defined X(i), Y(i), Z(i) for each axis. For Y-axis or running direction and Z- axis or vertical direction 50[ms] standard deviation is defined SDy(i), SDz(i). For the condition 1, simultaneity index is defined SDyz(i), and it is calculated by equation 1. SDyz(i) = SDy(i) * SDz(i) --------------------- (equation 1) Cycle number of wheelbase time is defined Nw. For the condition 2, Bump Index is defined Byz(i), and it is calculated by equation 2. Byz(i) = SDyz(i) * SDyz(i + Nw) -------------(equation 2) Nw is related to vehicle speed. Vehicle speed is defined V[m/s]. Wheelbase is defined Lw[m].Recording cycle is defined H[Hz]. Nw is calculated by equation 3. Nw = (Lw/V) * H ----------------------------- (equation 3) EXPERIMENT RESULT: This logic is applied to data. The 50[ms] standard deviation of Z-axis acceleration or vertical direction SDz(i) is drawn in Fig. Simultaneity index SDyz(i) is drawn in Fig. Bump index Byz(i) is drawn below: Figure 6. Experimental Results of Accelerometer V. STANDARD DEVIATION B. GHATS COMPLEXITY By using the magnetometer we find the number of turns and the intensity of the turn. If the number of turns is more and have high turn intensity then that ghat have more complexity. Algorithm Used: Location Based Distance Calculation This uses the „haversine‟ formula to calculate the circle distance between two points that is, the shortest distance over the earth‟s surface – giving an „as-the-crow-flies‟ distance between the points. a=sin²(Δφ/2)+cos(φ1).cos(φ2).sin²(Δλ/) Harversine c = 2.atan2(a, √(1−a)) formula: d = R.c Where φ is latitude, λ is longitude, R is earth‟s radius (mean radius = 6,371km) note that angles need to be in radians to pass to trig functions! Road Evaluation at Server side The server gets data from a smartphone. By using the divide and conquer algorithm the data will get clustered and by using mean and standard deviation we will find the correct location of the pothole and bump by using longitude and latitude recorded by GPS. Data available to the other users If any new user wants to travel from one place to another place. If the route is unknown for the user then any user can share the route of that particular route. So here we can share the different routes to others and make data useful for everyone. IV. CONCLUSION Road Roughness Condition and Ghat Complexity Analysis system helpful for finding the routes where have a minimum bump and pothole in the road which google map does not show. It will reduce the road accident if any new user travels in the new place. The data is saved on a remote server so every smartphone users can access it and data will be available for every smartphone user.
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 01 -04 ______________________________________________________________________________________ 4 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ REFERENCES [1] Artis Mednisy, Girts Strazdinsy, Reinholds Zviedrisy, Georgijs Kanonirs,Leo Selavo"Real Time Pothole Detection using Android Smartphones with Accelerometers"2011 IEEE. [2] Viengnam DOUANGPHACHANH, Hiroyuki ONEYAMA "Estimation of Road Roughness Condition from Smartphones under Realistic Settings"2013 IEEE,13th International Conference on ITS Telecommunications (ITST). [3] Viengnam Douangphachanh, Hiroyuki Oneyama "Formulation of a Simple Model to Estimate Road Surface Roughness Condition from Android Smartphone Sensors."2014 IEEE Ninth International Conference on Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP) Symposium on Human-Centric Sensing and Social Networks Singapore, 21–24 April 2014. [4] Juan C. Tudón-Martínez, Soheib Fergani, Olivier Sename, John Jairo Martinez,Ruben Morales-Menendez, and Luc Dugard"Adaptive Road Profile Estimation in Semiactive Car Suspensions"2015 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY.//www.ieee.org/publications_standards/publica tions/rights/index.html. [5] V. P. Tonde, Amol Jadhav, Shreyas Shinde, Ashish Dhoka, Sandeep Bablade “Road Quality and Ghats Complexity analysis using Android sensors” International Journal of Advanced Research in Computer and Communication Engineering Vol. 4, Issue 3, March 2015.