Borrar filtros
Borrar filtros

How can I calculate the Peak Ground Acceleration from a Accelerogram?

6 visualizaciones (últimos 30 días)
How can I calculate the Peak Ground Acceleration from a Accelerogram?
  3 comentarios
Philippe Corner
Philippe Corner el 12 de En. de 2017
The device is an Accelerograph, like a Seismograph but it registers acceleration.
John BG
John BG el 12 de En. de 2017
what do you get of your device?
a paper roll with printed graph?
a file with the data?
can you get us a file with the readings? it would be much appreciated.
It hasn't got to be a whole week of recordings, just a fragment if too long so we can start with something other than guessing.

Iniciar sesión para comentar.

Respuestas (2)

Nicolás
Nicolás el 14 de Jul. de 2017
rec; %Accelerogram
PGA = max(abs(rec));
where: "rec" is a vector with the Accelerogram trace

Cagatay DEMIR
Cagatay DEMIR el 7 de Nov. de 2017
490dan gelenler, selam

Categorías

Más información sobre Seismology en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by