You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: