Skip to content

Bilalhappy/Accelerometer_Plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accelerometer_Plot

Codes to plot raw accelerometer data obtained by TADAS Stations AFAD.

  • Velocity values are derived by using acceleration values with followed formula, $\frac{a_{t+1} - a_{t}}{\Delta t}$

  • Displacement values are derived by using velocity values with followed formula, $\frac{v_{t+1} - v_{t}}{\Delta t}$

The functions required for the inverse problem (displacement -> velocity -> acceleration) are also available in the file, if needed.

Example input:

Raw accelerometer data of 06.02.2023 01:17:34 (UTC) Pazarcık (Kahramanmaraş) MW 7.4 Earthquake (AFAD - TADAS) records are located in data directory.

Example output:

About

Plot raw accelerometer data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages