Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this problem, you are supposed to analyze and extract some basic features of an earthquake ground motion. The files SFH 1 . txt ,

In this problem, you are supposed to analyze and extract some basic features of an earthquake ground motion.
The files SFH1.txt, SFH2.txt, and SFV.txt contain two horizontal and one vertical acceleration components from San Fernando earthquake (1971) recorded at Via Tejon station. The records are obtained from PEER ground motion database.
The following tasks are intended to be fulfilled:
1.Please start by loading the three componenets of the ground motion that are provided to you. You may use texread('file names') to load the data, and name veriables as SFH1, SFH2, and SFV.
2. The data are recorded at the time step of 0.005 second (i.e., the spacing between 2 adjacent timestamps is 0.005 s). Create a variable, Time, which starts from and contains the timestamps of the same length as the other vectors (SFH1, SFH2, and SFV).
3. List data in a timetable for more convenience. Create a timetable with the time and three acceleration variables and name it as quakeData. Display the first ten rows using the head function.
4. Choose first horizontal component of the ground motion amplitude (SFH1 data) and plot it against Time. Title this figure as "First Horizontal Component".
5. Visualize the three acceleration components on three different axes. Use 3x1 subplots to visulaize your data.
6. The speed of shockwave propagation is the integration of the accelerations over time. Use cumulative sums (cumsum) along the time variable for SFH1, SFH2, and SFV to get the velocity of the wavefront. Name the velocity veriables as VelSFH1, VelSFH2, and VelSFV, respectively.
7. Plot the 3 components of the velocity against the time interval. Use 3x1 subplots to plot the velocities.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions

Question

What does the start( ) method defined by Thread do?

Answered: 1 week ago

Question

6. The cost of the training creates a need to show that it works.

Answered: 1 week ago