concatenate.EEG: A function to concatenate EEG data

Description Usage Arguments

View source: R/concatenate.EEG.R

Description

This function allows to create .ep files (Cartool format) with the concatenation of EEGs. The function takes as input the path to a folder containing forward and backward files and concatenate them according to different parameters.

Usage

1
concatenate.EEG(path_FW, path_BW, name_subj, TF_del, path_save)

Arguments

path_FW

Path to the forward .ep files to concatenate

path_BW

Path to the backward .ep files to conacatenate

name_subj

Character vector containing a name (usually subjects) per concatenated file. The length of this vector should match the numner of element present in path_FW and path_BW

TF_del

Number of time frames to delete. The time frames will be half deleted from the FW and half deleted from the BW

path_save

Path to the folder where the concatenated files chould be saved.


EricMenetre/NPL documentation built on June 23, 2021, 2:10 p.m.