[FieldTrip] about detrend

Yun Wen Yun.Wen at nottingham.ac.uk
Sat Dec 6 00:20:19 CET 2014


Hi, Alexander & Rodrigo. Thank you very much for your help. I collected my data with DC recordings (BioSemi system). I have seen some discussion on the DC offset:
http://sccn.ucsd.edu/pipermail/eeglablist/2014/008068.html
http://sccn.ucsd.edu/pipermail/eeglablist/2008/002229.html
http://sccn.ucsd.edu/pipermail/eeglablist/2010/003315.html
http://erpinfo.org/erplab/erplab-documentation/manual/Filtering.html

It seems to me that I'd better remove DC offset of continuous data before high-pass filter. Am I right?
Best,
Yun

From: fieldtrip-bounces at science.ru.nl [mailto:fieldtrip-bounces at science.ru.nl] On Behalf Of Alexander Nakhnikian
Sent: Friday, December 05, 2014 10:19 PM
To: FieldTrip discussion list
Subject: Re: [FieldTrip] about detrend

Hello Again,

I think there's an error in my response. I think removing the linear trend should also set the mean to zero already since the best fit line incorporates vertical offset.  Sorry about that.

A



On 12/5/14, 4:20 PM, Yun Wen wrote:
Hi all, I want to remove DC offset before applying the high-pass filter. I  was wondering if I can achieve that by putting cfg.detrend = 'yes' before cfg.hpfilter = 'yes', something like:

cfg = [];
cfg.dataset = filename_raweeg;
cfg.detrend = 'yes';
cfg.hpfilter = 'yes';
cfg.hpfiltord = 2; % Order of the filter = 2.
cfg.hpfreq = 0.1; % High-pass cutoff at 0.1 Hz;
[data] = ft_preprocessing (cfg);

Thank you in advance.

Best,
Yun






This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.



This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.





This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20141205/45f06805/attachment.html>


More information about the fieldtrip mailing list