splitGazeData: Signal processing

Description Usage Arguments

View source: R/signal-7.R

Description

Align different epochs based on event of interest (useful for Tobii Eyetrackers)

Usage

1
2
splitGazeData(x, evento, flag, tw, sp = 1/60, n_before = 0.5,
  maxEpochNa = 0.1)

Arguments

x

signal

evento

factor with lenght equal to x (signal) indicating for each sample the trial event ("fixation", "target", etc.

flag

selected event to align with (epochs will be time locked to the beginning of this event)

tw

length of temporla window in sec

sp

sampling period (secs, e.g. 1/60)

maxEpochNa

max proportion of missing values (NA) in retained epochs (0:1)

flag

cut-off frequency


mattelisi/mlisi documentation built on Oct. 13, 2019, 5:59 p.m.