View source: R/signal_correlation.R
signal_correlation | R Documentation |
This function calculates the running cross-correlation of two or more seismic signas and returns that characteristic function.
signal_correlation(data, window = 200)
data |
|
window |
|
Numeric
running cross-correlation of the input signals.
Michael Dietze
## calculate cross-correlation
s_cc <- signal_correlation(data = list(a = runif(1000),
b = runif(1000),
c = runif(1000)),
window = 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.