parzen_smooth: Parzen smoothing

View source: R/RcppExports.R

parzen_smoothR Documentation

Parzen smoothing

Description

Apply Parzen smoothing to the Fourier Amplitude Spectra (FAS). The key formula is referred from Eq (5) on the page: http://www2.kobe-u.ac.jp/~nagaotak/poster2017wcee.pdf

Usage

parzen_smooth(freq, amp, b = 1.5)

Arguments

freq

An array of the frequency

amp

An array of the corresponding FAS

b

The bandwidth. A larger value will lead to more smoothing

Value

The smoothed FAS


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