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

9 次查看(过去 30 天)
How can I calculate the Peak Ground Acceleration from a Accelerogram?
  3 个评论
Philippe Corner
Philippe Corner 2017-1-12
The device is an Accelerograph, like a Seismograph but it registers acceleration.
John BG
John BG 2017-1-12
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.

请先登录,再进行评论。

回答(2 个)

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

Cagatay DEMIR
Cagatay DEMIR 2017-11-7
490dan gelenler, selam

类别

Help CenterFile Exchange 中查找有关 Seismology 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by