ko_smooth: Konno Ohmachi smoothing

View source: R/RcppExports.R

ko_smoothR Documentation

Konno Ohmachi smoothing

Description

Apply Konno Ohmachi smoothing to the Fourier Amplitude Spectra (FAS) (Konno, K., Ohmachi, T. Ground-motion characteristics estimated from spectral ratio between horizontal and vertical components of microtremor. Bulletin of the Seismological Society of America. 1998.88 (1): 228–241.)

Usage

ko_smooth(freq, amp, b = 20, rate = 2.5)

Arguments

freq

An array of the frequency

amp

An array of the corresponding FAS

b

The coefficient of bandwidth. A smaller value will lead to more smoothing

rate

The truncation rate of KO smoothing. A larger value will be more accurate but more time consuming

Value

The smoothed FAS


wltcwpf/hvsrProc documentation built on March 25, 2024, 7 p.m.