Coder Social home page Coder Social logo

Comments (2)

VisLab avatar VisLab commented on July 26, 2024

Prep gives you the options to do it either way. The relevant options are:

in the Reference stage: the 'interpolationOrder' parameter controls when and if interpolation is performed. (The default is Post-reference, but you would want None. Pre-reference is not recommended. It is there for benchmarking purposes.). The options are:

        post-reference: bad channels are detected again and interpolated after referencing
        pre-reference: bad channels detected before referencing and interpolated
        none: no interpolation is performed

In the Post process section, there is also an option: removeInterpolatedChannels which if true If true, removes channels interpolated by Prep.

As far as whether you should or not, I don't have a definitive answer on that. I have done it both ways depending on what I am doing. This is something that deserves more benchmarking. If you use the interpolated channels, you have to use PCA to reduce the dimension on the interpolated data. My sense is that this does a better job of capturing spatial variability more consistently especially when you are comparing across a lot of datasets.

On a side note, if using ASR for artifact removal, you absolutely cannot interpolate channels or the method blows up. ASR does seem to do slightly better if you remove bad channels as detected by PREP and then apply ASR. Again, this would need more systematic benchmarking to cast as a "rule".

from eeg-clean-tools.

balandongiv avatar balandongiv commented on July 26, 2024

@VisLab , is the none: no interpolation is performed still available in latest version. I notice this option is not available for version0.55.4. There are option for post-reference and pre-reference

Snap 2021-07-21 at 08 19 27

from eeg-clean-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.