Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_artifact_manual”.
THIS FUNCTION IS DEPRECIATED, USE FT_REJECTVISUAL INSTEAD FT_ARTIFACT_MANUAL allows the user to detect artifacts manually using visual inspection. Use as: [cfg, artifact] = ft_artifact_manual(cfg) required configuration options: cfg.dataset or both cfg.headerfile and cfg.datafile The configuration should also contain: cfg.artfctdef.manual.channel = cell-array with channels to be displayed. (Be careful not to specify to much channels because the function then will be very slow.) cfg.continuous = 'yes' or 'no' whether the file contains continuous data You can specify: cfg.artfctdef.manual.pretrialtime = time shown before trialstart (default 0) cfg.artfctdef.manual.posttrialtime = time shown after trialend (default 0) cfg.artfctdef.manual.fft = 'no' (default) or 'yes' turns on FFT window cfg.artfctdef.manual.padding = 'no' (default) or FFT-padding in seconds The FFT will be executed on the complete time interval including pre and post trial times. cfg.artfctdef.manual.timeaxrelative = 'yes' (default) or 'no'. Set to yes defines the time axes relative to trialstart. Set to no defines it relative to the beginning of the experiment. cfg.artfctdef.manual.demean = 'no' (default) or 'yes' apply baseline correction cfg.artfctdef.manual.bpfilter = 'no' (default) or 'yes' apply bandpass filter cfg.artfctdef.manual.bpfreq = [0.3 30] in Hz cfg.artfctdef.manual.bpfiltord = 2 See also FT_REJECTARTIFACT, FT_REJECTVISUAL
Share this page: