parzen_smooth | R Documentation |
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
parzen_smooth(freq, amp, b = 1.5)
freq |
An array of the frequency |
amp |
An array of the corresponding FAS |
b |
The bandwidth. A larger value will lead to more smoothing |
The smoothed FAS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.