Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use MNE-CPP as a library #966

Open
seph14 opened this issue Aug 22, 2023 · 1 comment
Open

Use MNE-CPP as a library #966

seph14 opened this issue Aug 22, 2023 · 1 comment

Comments

@seph14
Copy link

seph14 commented Aug 22, 2023

Hello,

We are building an EEG data visualiser, we have our own app capturing the LSL data, and wants to use MNE-CPP to process event signals (P300 and N170 specifically).

I'm wondering what are the related dlls that I need to link against our app?
And are there any sample code that I can refer to?
Any pointers are welcome.

@juangpc
Copy link
Collaborator

juangpc commented Aug 23, 2023

Hi,
You should be able to use MNE-Scan application which has an lsl adapter plugin. With the source reconstruction plugin you should be able to visualize ERP(ERF). There is information in the documentation.
There are some examples in the repository but those will guide you and are sometimes dependent on particular setups.
If you want filtering and further analysis I would understand working with MNE-Scan. But if you have your own app, ERPs are basically time-locked averages (although as always in Science, it can get tricky).
Best of luck. Let us know how it goes.

--
Juan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants