View source: R/aux_psdsummary.R
aux_psdsummary | R Documentation |
The function generates a long time PSD with aggregated time and frequency resolution.
aux_psdsummary(
start,
stop,
ID,
component = "BHZ",
dir,
window,
sensor,
logger,
gain = 1,
hours_skip,
res = 1000,
n = 100,
cpu,
verbose = FALSE
)
start |
|
stop |
|
ID |
|
component |
|
dir |
|
window |
|
sensor |
|
logger |
|
gain |
|
hours_skip |
|
res |
|
n |
|
cpu |
|
verbose |
|
The function will calculate PSDs using the Welch method (see
signal_spectrogram
), with no overlap of the main time windows. The
sub-windows will be automatically set to 10
the overlap of sub-windows to 0.5.
eseis
object, a spectrogram
Michael Dietze
## Not run:
p <- aux_psdsummary(start = "2017-04-15 19:00:00 UTC",
stop = "2017-04-15 22:00:00 UTC",
ID = "RUEG1",
component = "BHE",
dir = "~/data/sac/",
sensor = "TC120s",
logger = "Cube3ext",
window = 600,
res = 1000,
verbose = TRUE)
plot(p)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.