T03_Achyut_report
T03_Achyut_report
Contents
1 Introduction 2
2 Methodology 2
2.1 Experimental Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.2 Data Acquisition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.2.1 Sensor Logger Application . . . . . . . . . . . . . . . . . . . . . . . . 2
2.2.2 Sensor Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.3 Data Acquisition Phases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.3.1 Recorded Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
4 General Observations 6
4.0.1 Walking Dynamics (Start-A, D-E) . . . . . . . . . . . . . . . . . . . . 6
4.0.2 Static Phases (B-C, H-End) . . . . . . . . . . . . . . . . . . . . . . . 7
4.0.3 Free-fall Detection (F-G) . . . . . . . . . . . . . . . . . . . . . . . . . 7
4.0.4 Stair Descent (E-F) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
4.0.5 Environmental Interactions . . . . . . . . . . . . . . . . . . . . . . . 7
4.0.6 Sensor Fusion Opportunities . . . . . . . . . . . . . . . . . . . . . . . 8
5 Conclusion 8
1
1 Introduction
Modern smartphones integrate sophisticated sensor arrays capable of capturing complex mo-
tion dynamics through complementary inertial and non-inertial measurements. The inertial
measurement unit (IMU) triad - comprising triaxial accelerometers, gyroscopes, and magne-
tometers - provides high-frequency observations of linear acceleration, angular velocity, and
magnetic flux density respectively. These are complemented by derived orientation estimates
and absolute geospatial positioning from GPS receivers. This experiment demonstrates tem-
poral correlation analysis between these multimodal sensor streams during structured activ-
ities, providing fundamental insights for inertial navigation system design.
The analysis includes systematic evaluation of sensor responses across nine distinct mo-
tion phases, from walking to free-fall, enabling detailed characterization of sensor behavior
under varying dynamic conditions. By examining the interplay between accelerometer, gy-
roscope, gravity sensor, magnetometer and GPS data during controlled movements, we can
better understand sensor limitations, cross-modal relationships, and potential fusion strate-
gies for robust motion tracking. These insights are crucial for developing reliable mobile
applications in areas such as navigation, fitness tracking, and augmented reality, where ac-
curate motion and context awareness are essential
2 Methodology
This section describes the experimental setup, data acquisition procedure, and sensor con-
figuration used to collect the smartphone sensor data analyzed in this report.
2
2.2.2 Sensor Configuration
The following sensors were enabled within the Sensor Logger application:
• Accelerometer: Measures acceleration forces along three axes (x, y, z). The reporting
mode was set to ”Normal”.
• Gyroscope: Measures angular velocity around three axes (x, y, z).
• Gravity: Provides the direction and magnitude of the gravity vector.
• Orientation: Provides device orientation as Euler angles (Roll, Pitch and Yaw).
• Magnetometer: Measures the ambient magnetic field along three axes (x, y, z).
• Location (GPS): Records location data, including latitude and longitude coordinates.
The event timestamps, were also used to mark the transitions between phases on the
generated plots, providing a visual reference for correlating sensor data with experimental
events.
3
3 Results and Analysis
3.1 Accelerometer Analysis
The accelerometer data reveals distinct motion patterns across different experimental phases.
During the initial walking phase (Start-A), acceleration values show periodic oscillations re-
flecting the walking gait. The placement phase (A-B) exhibits a transition from rhythmic
patterns to dampened oscillations. The static phase (B-C) demonstrates near-zero acceler-
ation, confirming stable positioning.
During manual handling (C-D), irregular variations appear due to hand movements.
The walking towards stairs phase (D-E) restores periodic patterns with consistent peaks.
The stair descent (E-F) shows increased variability in acceleration magnitudes. The most
distinctive pattern occurs during the tossing phase (F-G), showing near-zero acceleration
during free-fall followed by sharp impact spikes. The approach to table (G-H) exhibits
diminishing oscillations, finally reaching steady-state in H-End.
4
Stair descent (E-F) shows elevated rotational velocities, particularly in the pitch axis. The
tossing phase (F-G) records the highest angular velocities during the two complete rotations.
The final phases (G-H, H-End) show gradual reduction to zero.
5
Figure 3: Gravity Vector Components with Event Markers
event (F-G) records rapid rotations across all axes, demonstrating two complete rotations.
Final placement shows convergence to fixed values.
4 General Observations
Analysis of the multi-sensor data reveals several notable patterns and correlations across
different motion phases:
6
Figure 4: Magnetometer Vector Components with Event Markers
7
Figure 5: Orientation Angles (Roll, Pitch, Yaw) with Event Markers
5 Conclusion
Modern smartphones integrate sophisticated sensor arrays capable of capturing complex
motion dynamics through complementary inertial and non-inertial measurements. The in-
ertial measurement unit (IMU) triad - comprising triaxial accelerometers, gyroscopes, and
magnetometers - provides high-frequency observations of linear acceleration, angular veloc-
ity, and magnetic flux density respectively. These are complemented by derived orienta-
tion estimates and absolute geospatial positioning from GPS receivers. This experiment
demonstrates temporal correlation analysis between these multimodal sensor streams during
structured activities, providing fundamental insights for inertial navigation system design.
The analysis includes systematic evaluation of sensor responses across nine distinct motion
phases, from walking to free-fall, enabling detailed characterization of sensor behavior under
varying dynamic conditions. By examining the interplay between accelerometer, gyroscope,
gravity sensor, magnetometer and GPS data during controlled movements, we can better
understand sensor limitations, cross-modal relationships, and potential fusion strategies for
8
Figure 6: GPS Trajectory with Event Markers
robust motion tracking. These insights are crucial for developing reliable mobile applications
in areas such as navigation, fitness tracking, and augmented reality, where accurate motion
and context awareness are essential.