Search found 27 matches

by RadhaKumari
Mon Dec 03, 2018 4:08 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

Re: visualization after stimulus based epoching

I guess you realised that the script is long. I enclosed it in a loop. function initialize(box) dofile(box:get_config("${Path_Data}") .. "/plugins/stimulation/lua-stimulator-stim-codes.lua") -- each stimulation sent that gets rendered by Display Cue Image box -- should probably have a little period ...
by RadhaKumari
Mon Dec 03, 2018 3:47 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

Re: visualization after stimulus based epoching

Hi ! So I finally understood one of your solutions. I sent special stimulations to start segmenting 0.5 seconds after stimulus starts, 30 times. I got rid of the time epoching box. Now I get what I want i.e., process and display as soon as 0.5 seconds pass after stimulus. Thank You. function initial...
by RadhaKumari
Mon Dec 03, 2018 3:27 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

Re: visualization after stimulus based epoching

My epochs are not continuous, because my protocol is: pre_baseline_duration = 0 baseline_duration = 10 post_baseline_duration = 0 cross_duration = 1 post_cross_duration = 1 display_cue_duration = 15 post_cue_duration = 0 rest_duration = 15 post_end_duration = 0 Also, I am using Lua Stimulator, My sc...
by RadhaKumari
Mon Dec 03, 2018 2:53 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

Re: visualization after stimulus based epoching

I do not understand. Do I need to specifically add additional stimulus for epoching?
by RadhaKumari
Mon Dec 03, 2018 2:50 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

Re: visualization after stimulus based epoching

Screenshot (55).png
Screenshot (55).png (134.1 KiB) Viewed 14393 times
I am using the same stimulus id as the cue for my paradigm to epoch:
by RadhaKumari
Mon Dec 03, 2018 2:17 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

Re: visualization after stimulus based epoching

Screenshot (51).png
Screenshot (51).png (197 KiB) Viewed 14398 times
by RadhaKumari
Mon Dec 03, 2018 2:14 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

Re: visualization after stimulus based epoching

I want to an instantaneous visualization after 0.5 sec is completed,not waiting for the stimulus based epoch to complete epoching 15 seconds and then the time based epoching box segmenting it further and then displaying after 15 secs are over
by RadhaKumari
Mon Dec 03, 2018 12:30 pm
Forum: Boxes
Topic: Unsupported file format. Please use only WAV or OGG files
Replies: 4
Views: 7161

Unsupported file format. Please use only WAV or OGG files

I recently downloaded the 64 bit version of Open vibe and ran the scenario erp-2-record-signal.xml. While it used to run smoothly before on previous version of Open Vibe(I guess 32 bit versions) , now I get the error: Unsupported file format. Please use only WAV or OGG files I gave the correct path ...
by RadhaKumari
Sat Dec 01, 2018 9:03 pm
Forum: Scenarios and BCI design
Topic: Send data to Python
Replies: 1
Views: 2725

Send data to Python

How can I send data from Open Vibe to Python in real time?
by RadhaKumari
Thu Nov 29, 2018 1:49 pm
Forum: Discussion about BCI and related topics
Topic: visualization after stimulus based epoching
Replies: 11
Views: 14440

visualization after stimulus based epoching

I am implementing Stimulus based epoching box and time based epoching box. The Stimulus based epoching epochs 15 sec instantly after stimulus and time based epoching box epochs 0.5 seconds every 0.5 seconds.The stimulus is given 10 times . Then I process it to get relative power and display it as we...
by RadhaKumari
Fri Nov 16, 2018 10:38 am
Forum: Discussion about BCI and related topics
Topic: Stimulation based epoching cannot work on overlapped signals
Replies: 2
Views: 9343

Re: Stimulation based epoching cannot work on overlapped sig

Yes, when I changed to generic stream writer and used stimulation based epoching, it was no longer an issue.
Thanks
by RadhaKumari
Thu Nov 15, 2018 4:46 pm
Forum: Discussion about BCI and related topics
Topic: Stimulation based epoching cannot work on overlapped signals
Replies: 2
Views: 9343

Stimulation based epoching cannot work on overlapped signals

I recorded data using Open BCI Ganglion via LSL and saved it in a CSV file. I am trying to process the data using Stimulation based epoching to extract segment after one particular stimulus. I am getting the error: Stimulation based epoching cannot work on overlapped signal. What do I make out of it?