How can I calculate the Peak Ground Acceleration from a Accelerogram?
4 ビュー (過去 30 日間)
古いコメントを表示
How can I calculate the Peak Ground Acceleration from a Accelerogram?
3 件のコメント
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
2017 年 7 月 14 日
rec; %Accelerogram
PGA = max(abs(rec));
where: "rec" is a vector with the Accelerogram trace
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!