Description Usage Arguments Details Value Examples
Perform Blackman-Tukey power-spectral density estimate of a timeseries.
1 2 |
s |
univariate real-valued timeseries. |
q |
maximum lag retained in the auto-correlation function. |
taper |
apply Akaike ACF taper if true (default). |
n |
length of zero-padded ACF function. |
deltat |
sample interval of timeseries if s passed as a vector. |
demean |
logical. If true, timeseries mean is removed. |
detrend |
logical. If true, linear trend is removed from timeseries. |
plot |
logical. If true, spectrum is plotted using gplot.mtm |
... |
Additional parameters passed to gplot.mtm |
Blackman-Tukey is a parametric power-spectral density estimator. It assumes an MA(q) process with known q. In practice, increasing q trades off greater spectral resolution with greater estimator variance. In all cases, q should be much shorter than the timeseries itself.
list with items:
freq |
Vector of sampled frequencies |
spec |
Vector of power spectral estimates |
series |
Name of the input time series |
Method |
"Blackman Tukey" |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.