Description Usage Arguments Details See Also Examples
Produce an un-normalized psd based on an fft and a vector of optimal sine tapers
1 2 | resample_fft_parallel(fftz, tapers, verbose = TRUE, dbl = TRUE,
tapcap = 10000L)
|
fftz |
complex; a matrix representing the dual-length |
tapers |
integer; a vector of tapers |
verbose |
logical; should messages be given? |
dbl |
logical; should the code assume |
tapcap |
integer; the maximum number of tapers which can be applied; note that the length is automatically limited by the length of the series. |
To produce a psd estimate with our adaptive spectrum estimation method, we need only make one
fft calculation initially and then
apply the weighting factors given by parabolic_weights_rcpp
, which this
function does.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.