GM_RotD_cal | R Documentation |
This function computes RotD with 180 rotated angles and Geometric Mean of RotD with 90 angles
GM_RotD_cal( data1, data2, period_t, damping, time_dt, fraction = 0.7, Interpolation_factor = "auto" )
data1 |
The first horizontal component of acceleration ground motion, in g |
data2 |
The second horizontal component of acceleration ground motion, in g |
period_t |
A array of oscillator periods |
damping |
Damping ratio |
time_dt |
Time step of two time series. These two datasets have the same time step |
fraction |
A fraction for subset selection to speed up calculation. 0 is using all dataset. 0.7 is recommended for RotD50 if the input data are Sinc interpolated (default); 0.5 is recommended if GMRotI50 is also interested; 0.0 should be used regarding for RotD00 |
Interpolation_factor |
The specific value depends on sampling rate, the detailed explanation is
described in the PEER report. Users can give their desired value, or can use defult "auto", which
will compute |
A list is returned with RotD, GMRotD, number of selected subsets points, threshold values, PGARotD (in g), PGVRotD (in cm/s), and PGDRotD (in cm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.