Search found 13 matches

by mswynghedauw
Mon Feb 15, 2010 1:30 pm
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

hi chris, long time i hacnt checked that forum. i posted my codes for the driver of the P2. (into the acquisition server/modulareeg post in the forum). i had the same trouble as him in the loop. i rewrote the codes and now it work fine. i use the ModularEEG P2, with a USB/RS232 cable on windows 7. m...
by mswynghedauw
Mon Feb 15, 2010 1:27 pm
Forum: Acquisition server and drivers
Topic: Problems with ModularEEG Data aquisition
Replies: 20
Views: 20083

Re: Problems with ModularEEG Data aquisition

Hi all i had the same trouble with the current driver for the ModularEEG P2 in the last 2 release. maybe related to windows, i dont know. anyway i rewrote the driver (taking example on brainbay) and it work fine for me now. here is the codes (C++) , maybe (if its validated by a majority) could it be...
by mswynghedauw
Thu Dec 03, 2009 4:17 pm
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

hi yann well honestly, i'm becomming a little discouraged by the complexity of the codes of openvibe , especially for an open source (no offence...) adapting the existing codes to my needs is a lot of time consuming (when you're not the original developper), not talking about debugging (too many tem...
by mswynghedauw
Thu Dec 03, 2009 11:01 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

hi forget it, in the compilation i was linking to an outdated bugged lib. it work now. thank for the help. talking about black boxes. i usually like to view what i'm doing before doing crazy statistics. in particular before feeding some trainer with choosen epoch i like to view them. usually you kno...
by mswynghedauw
Thu Dec 03, 2009 10:50 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

hi,
averaging over 1 count is just a test to see that the black box i'm using is doing what i want and that its not bugged.
i'm using the exact scenario you sent (see attachement). by just changing the count to 1.
i use the last V4 that i just recompile.
by mswynghedauw
Wed Dec 02, 2009 11:40 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

thank for your reply

i used your example, and i dont understand the result. i set the epoch count to 1 in both epoch average. this means no average. i'd expect the result to be the same as the incoming epoch.
but i get that (see pict attached). the signal is weird.


could you explain?
by mswynghedauw
Tue Dec 01, 2009 10:07 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

i forgot to mention, brainbay doesn not nescessary need neuroserver to connect.
by mswynghedauw
Tue Dec 01, 2009 10:06 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

brainbay has a nice working driver for the modularEEG. i just import the src of this driver into openvibe. the driver is pretty easy, i was just lazy. anyway mine work fine into openvibe. the one in the release doesnt. maybe i'm not using it the proper way. it seems to get stuck into the loop() awai...
by mswynghedauw
Fri Nov 27, 2009 4:01 pm
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

hi well i dont understand, i do an epoch average , of let say 3 block. it should then average the last 3 epoch i guess. and when i display the results its exactly the same as the last epoch. as if no average was done. could you explain ? for the modular i'll post a bug report asap. also a little fea...
by mswynghedauw
Fri Nov 27, 2009 11:25 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

Hi all i have a little trouble. when i use the stimulation based epoching. i fill the proper stimulation to epoch from , but when the signal is displayed into a signal diplay, the result is weird. the epoch is duplicate many times into the display, so i dont understand anything of whats going on. in...
by mswynghedauw
Tue Sep 22, 2009 2:00 pm
Forum: Boxes
Topic: read/display audio files
Replies: 3
Views: 21975

Re: read/display audio files

hi
in the latest version i got, it seems to have the
ovpCBoxAlgorithmSoundPlayer.cpp
in the pluggin/stimulation dir. but the box does not appear in the stimulation menu of the designer, do you why ?

m
by mswynghedauw
Tue Sep 22, 2009 9:35 am
Forum: Boxes
Topic: read/display audio files
Replies: 3
Views: 21975

read/display audio files

Hi all, again as a new user, thanks for this pretty good soft. is there any dev somewhere concerning the processing of audio files into openvibe. i mean, being able to read a wav/midi for example (with a set up on the PAN, etc..) , and display the signal in correlation with the EEG signal displayed ...
by mswynghedauw
Thu Sep 10, 2009 9:35 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35155

Re: Driver for ModularEEG / OpenEEG

hi all
what is the current state for the modularEEG driver of openvibe?
any Win32 version ?

are the src accessible somewhere ?

thx
m