User Tools

Site Tools


Sidebar

[[people:ContactList|ContactList]]\\ [[protocols:Protocols|Protocols]]\\ [[logs:LogSheets|LogSheets]]\\ [[computing:Computing|Computing]]\\ [[protocols:EotW|EotW]]\\ [[protocols:IssueTracker|IssueTracker]]\\ **Reference** [[guides:Guides|HowToGuides]]\\ [[guides:Manuals|Manuals]]\\ [[literature:Literature]]\\ [[jclub:JournalClub|JournalClub]]\\ [[people:LabAlumni|LabAlumni]]\\ [[analysis:DataAnalysis|DataAnalysis]]\\ **Training** [[guides:TheBasics|TheBasics]]\\ [[tutorials:TutorialList|TutorialList]]\\ [[guides:About|About this wiki]] **Beyond the lab** [[Fellowships]]\\ [[Advice for...]]\\ **Admin** [[orphanswanted|OrphansWanted]]\\

analysis:amplipex:artifacts

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

===== Artifact Removal ===== A nice artifact detection and removal walkthrough can be found at [[http://fieldtrip.fcdonders.nl/tutorial/artifacts|FieldTrip Artifact Documentation]] ==== Visual Artifact Removal ==== This section addresses visual artifact removal using the FieldTrip toolbox [[http://fieldtrip.fcdonders.nl/tutorial/visual_artifact_rejection|FieldTrip Visual Artifact walkthrough]] Load the data and define the trials as per [[analysis:amplipex|Loading Amplipex data into fieldtrip]]. Once this has been done we can begin by setting up our cfg (configuration) structure and using the ft_databrowser function <code matlab> cfg = data_trl.cfg; cfg.channel = 'all'; cfg.trials = 'all'; cfg.latency = 'maxperlength'; cfg.method = 'Summary'; cfg.keepchannel = 'yes'; cfg.metric = 'var'; cfg.alim = []; cfg.coninuous = 'yes'; cfg.viewmode = 'vertical'; cfg = ft_databrowser(cfg,data_art_rem); </code>

analysis/amplipex/artifacts.1390245385.txt.gz · Last modified: 2018/04/17 15:21 (external edit)