Learn R Programming

eseis (version 0.7.3)

signal_sign: Convert amplitude signal to one bit signed signal

Description

This function assigns 1 for positive values and -1 for negative input values of a signal.

Usage

signal_sign(data)

Value

Numeric vector or list of vectors, sign-cut signal.

Arguments

data

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

Author

Michael Dietze

Examples

Run this code

## load example data
data(rockfall)

## sign-cut signal
rockfall_sign <- signal_sign(data = rockfall_eseis)

Run the code above in your browser using DataLab