get_cond: Signal to conductivity/inphase reading

View source: R/signal_conversion.R

get_condR Documentation

Signal to conductivity/inphase reading

Description

This function converts an EM38-MKII signal recieved on any of Channels 1 to 4. Additional conversion is required for inphase signals, and further application of a calibration factor is required to derive the final conductivity or resistivity value. Do not use this function in isolation.

Usage

get_cond(signal = NULL)

Arguments

signal

Integer.

Value

Numeric; uncalibrated instrument reading.

Examples

channel_1_or_3 <- em38:::get_cond(30456)
channel_2 <- em38:::get_cond(30456) * 0.00720475
channel_4 <- em38:::get_cond(30456) * 0.028819


obrl-soil/em38 documentation built on Sept. 25, 2023, 10:01 p.m.