signal_spectrum {eseis} | R Documentation |
Calculate the spectrum of a time series
Description
The power spectral density estimate of the time series is calculated using different approaches.
Usage
signal_spectrum(data, dt, method = "periodogram", n, ...)
Arguments
data |
|
dt |
|
method |
|
n |
|
... |
Additional arguments passed to the function. |
Value
Data frame
with frequency and power vector
Author(s)
Michael Dietze
Examples
## load example data set
data(rockfall)
## calculate spectrum with standard setup
s <- signal_spectrum(data = rockfall_eseis)
## plot spectrum
plot_spectrum(data = s)
[Package eseis version 0.7.3 Index]