help

Dear Expert(s),
         I belong to the computer science background, and have experience
in working with programming languages such as C, Matlab, and Python. But, I
don't have much proficiency in understanding the technical aspects of EEG
data analysis. I want to begin with coding Python scripts using MNE package
to implement several (EEG)data analysis algorithms, especially noise
cancellation and time frequency analysis algorithms; but not sure how I
would give it a possible start. Could you please throw a light on how to
start, and where to start coding, especially in this regard?

Shirsho.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20171024/31c70249/attachment.html

Hi Shirsho,

Glad to hear you're interested in using MNE. We have a getting started
guide that starts with the installation
<http://martinos.org/mne/stable/getting_started.html> and then a primer on
Python and how to use MNE here
<http://martinos.org/mne/stable/documentation.html>. Try these out as a
start and if you have any questions, feel free to write back.

HTH,

Dear Shirsho

You're in luck! Just this week the mne developers released a new version of the module, including a new website with much-expanded documentation and examples:

http://martinos.org/mne/stable/documentation.html

Download a suitable demo dataset (http://martinos.org/mne/stable/manual/datasets_index.html) & go check them out. The associated examples should help you get going.

Good luck,

Chris