Problem about the MEA tool
Page 1 of 1
Problem about the MEA tool
Dear mea user:
I am new to use mea tools,
using the MC_DataTool to open an *.mcd data ,I acquire the info like this :
Sample Rate was 25000Hz
File contains 1 data stream
*spike 1 with 51 channels
in the Matlab command line:
D=datastrm('D:/data/6201.mcd');
startTime=getfield(D,'sweepStartTime');
stopTime=getfield(D,'sweepStopTime'); %
ChannelID=47; %
then how Can I get the ampplitude of spike?
any help would be nice .
I am new to use mea tools,
using the MC_DataTool to open an *.mcd data ,I acquire the info like this :
Sample Rate was 25000Hz
File contains 1 data stream
*spike 1 with 51 channels
in the Matlab command line:
D=datastrm('D:/data/6201.mcd');
startTime=getfield(D,'sweepStartTime');
stopTime=getfield(D,'sweepStopTime'); %
ChannelID=47; %
then how Can I get the ampplitude of spike?
any help would be nice .
mcs- Posts : 518
Join date : 2008-06-10
Re: Problem about the MEA tool
Dear Zhang Heng,
the newest version (1.4.0) of MC_DataTool allows you to export spike data to an ASCII file. You only have to click on the 'txt' button and select the desired channels. You can download the newest version of the software from our website.
If you want to read spike data with the help of Matlab you have to use the function 'nextdata'. This function is explained in the comment section of the file 'nextdata.m'.
Of particular interest is the part which describes the connection between ChannelID and ChannelName.
Kind regard
Gerald, MCS
the newest version (1.4.0) of MC_DataTool allows you to export spike data to an ASCII file. You only have to click on the 'txt' button and select the desired channels. You can download the newest version of the software from our website.
If you want to read spike data with the help of Matlab you have to use the function 'nextdata'. This function is explained in the comment section of the file 'nextdata.m'.
Of particular interest is the part which describes the connection between ChannelID and ChannelName.
Kind regard
Gerald, MCS
mcs- Posts : 518
Join date : 2008-06-10
Similar topics
» MEA Tool and Matlab
» Problem with MEA_datatools
» MEA Tools problem
» problem in data retrieving
» Read mcd data in a 64bit system by matlab
» Problem with MEA_datatools
» MEA Tools problem
» problem in data retrieving
» Read mcd data in a 64bit system by matlab
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|