How to increase maximum recording points?
Posted: 17 May 2011, 11:32
I am working on developing neural recording system. The hardware we designed has a sampling rate of 540 k sample per second (540 kSps) consisting of 36 channels. Therefore, each channel has a sampling rate of 15 kSps. I made a source module in order to accept the data from our hardware. It works fine.
I modified 'CursorTask' project in order to make the function what I want. Mainly, I just reimplemented SignalSource module, and used the existing modules, ARSignalProcessing and CursorTask.
When I press 'Start' button in operate module in order to record data acquisition signals into files, I found that only 2081280 points per channel can be recorded. In this case, around 2 minutes of data. How to increase the recording time?
Another problem is that since I used directly CursorTask module for application, when I press 'start' button, I can see 3D ball is moving. I do not need this function because I only need save raw data into file. Can I eliminate these features? Because it seems to make system slow, and sometimes data loss is generated. Especially, when '3D ball' is moving.
Thank you very much.
I modified 'CursorTask' project in order to make the function what I want. Mainly, I just reimplemented SignalSource module, and used the existing modules, ARSignalProcessing and CursorTask.
When I press 'Start' button in operate module in order to record data acquisition signals into files, I found that only 2081280 points per channel can be recorded. In this case, around 2 minutes of data. How to increase the recording time?
Another problem is that since I used directly CursorTask module for application, when I press 'start' button, I can see 3D ball is moving. I do not need this function because I only need save raw data into file. Can I eliminate these features? Because it seems to make system slow, and sometimes data loss is generated. Especially, when '3D ball' is moving.
Thank you very much.