Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_channelnormalise”.
FT_CHANNELNORMALISE shifts and scales all channles of the the input data to a mean of zero and a standard deviation of one. Use as [dataout] = ft_channelnormalise(cfg, data) The configuration can contain cfg.trials = 'all' or a selection given as a 1xN vector (default = 'all') To facilitate data-handling and distributed computing with the peer-to-peer module, this function has the following options: cfg.inputfile = ... cfg.outputfile = ... If you specify one of these (or both) the input data will be read from a *.mat file on disk and/or the output data will be written to a *.mat file. These mat files should contain only a single variable, corresponding with the input/output structure. Copyright (C) 2010, Jan-Mathijs Schoffelen
Share this page: