ankaniisc / Biofeedback_Shared

This folder contains the GUI script needed for the Biofeedback Experiment.
1 stars 0 forks source link

Troubleshooting the TCP IP connection for intermediate data loss #4

Open ankaniisc opened 7 years ago

ankaniisc commented 7 years ago

While acquiring the data from the TCP IP Port, intermediate data loss is happening.

ankaniisc commented 7 years ago

Possible ways to troubleshoot the issues are listed:

1. First and foremost without everything else check whats the delay.

In detail it can be said as like without anymore computation just acquiring the data calling the getBRawdata have the same affect or not? Verification can be done by plotting say 5 seconds of the data, just how we are plotting in the case of main program. Not plotting on line also. Plot only off line. How this would help ? This would boil down the problem to the computational delay which other programs are leading to.

ankaniisc commented 7 years ago

2. Already tried out closing and opening the socket at the opening and closing of the data acquirement But that did not worked out.

ankaniisc commented 7 years ago

3. Studying about RDAGUI, how they were doing the same job.

ankaniisc commented 7 years ago

Main aim for today is to check and fully understand and analyze the rdadui.m code, my rda code and the data code which is writing the data to it.

ankaniisc commented 7 years ago

I have told Siddesh the right information only. Supratim told me to discuss with Siddesh only for combating the problem.

ankaniisc commented 7 years ago

Make functions out of main function. Creating new rda_open, rda_close , rda_message for improving performance.

ankaniisc commented 7 years ago

Understand rdatest.gui completely to modify it.