peakFinder: Find peaks from a TDMS file

Description Usage Arguments

Description

Find peaks from a TDMS file

Usage

1
2
3
peakFinder(filename, channel = "/'Untitled'/'Dev1/ai0'", direction = "none",
  threshold = 7, start = NULL, end = NULL, remove = NULL, verbose = F,
  progressCallback = NULL, winsize = 5000)

Arguments

filename

The filename

channel

The channel name, default /'Untitled'/'Dev1/ai0' which is just common in our lab

direction

Only get positive or negative peaks

threshold

Threshold for cutoff

start

Start of rec, mutually exclusive to remove

end

End of rec

remove

Remove N seconds from start and end of recording, mutually exclusive to start/end

verbose

Verbose output

progressCallback

Callback for progress event update

winsize

size of the adaptive rolling mean/sd calculation


msuefishlab/eodplotter documentation built on May 29, 2019, 4:52 p.m.