Learn R Programming

eseis (version 0.8.0)

signal_kurtosis: Calculate signal kurtosis

Description

This function calculates the running kurtosis of a seismic signal and returns that characteristic function.

Usage

signal_kurtosis(data, window = 200)

Value

Numeric running kurtosis of the input signal.

Arguments

data

eseis object, numeric vector or list of objects, data set to be processed.

window

Numeric value, size of the running window, in number of samples

Author

Michael Dietze

Examples

Run this code

## load example data
data(rockfall)

## calculate kurtosis
rockfall_kurtosis <- signal_kurtosis(data = rockfall_eseis,
                                     window = 200)

Run the code above in your browser using DataLab