Description Usage Arguments Value
calculate the spectra and cross-spectra. The scaling of individual series requires a closer look.
1 2 | spec_welch(x, n_subsets = 10, overlap = 0.5, window = window_hann,
demean = TRUE, detrend = TRUE, ...)
|
x |
|
n_subsets |
number of subsets (integer) |
overlap |
amount of overlap 0.0 < overlap < 1.0 (numeric) |
window |
window function to apply (function). The options are window_hann, window_hamming, window_blackman, window_nuttall, window_blackman_nuttall, window_blackman_harris |
demean |
should the mean be removed from x prior to calculation (logical) |
detrend |
should the x be detrended to calculation (logical) |
... |
not used |
array of spectra
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.