Welcome to our user forum (read only mode).
Would you like to react to this message? Create an account in a few clicks or log in to continue.

FIND toolbox for spike detection in MATLAB

2 posters

Go down

FIND toolbox for spike detection in MATLAB Empty FIND toolbox for spike detection in MATLAB

Post  xj04a83 Wed Sep 26, 2012 9:03 am

Hi,
I have a problem about spike detection by using FIND toolbox.
I browsed .mcd file and chose analog channels I'd like to observed.
Then, I opened spike detection GUI; chose 'show Spikes' and pressed 'run'
However, the command window only showed 'starting spike-detection' then nothing happened.....

I also uses the demo file(.smr) to test and it worked.
Then I checked the browsed analog entity and I found that except the desired channel, I have to choose the channel labeled 'current'.
How can I get this analog entity or is there any other ways?


Jamee

xj04a83

Posts : 6
Join date : 2012-07-05

Back to top Go down

FIND toolbox for spike detection in MATLAB Empty Re: FIND toolbox for spike detection in MATLAB

Post  Jens Wed Sep 26, 2012 3:24 pm

Do you use the latest nsMCDLibrary.dll or nsMCDLibrary64.dll?

Jens

Jens

Posts : 55
Join date : 2009-03-06
Location : Multi Channel Systems

http://www.multichannelsystems.com

Back to top Go down

FIND toolbox for spike detection in MATLAB Empty Re: FIND toolbox for spike detection in MATLAB

Post  xj04a83 Fri Sep 28, 2012 4:41 am

Hi, Jens

Yes, I've downloaded the newest version of .dll file.
I found that the question happened here:

for tt=1:length(analogEntityIndices)
if sum(nsFile.Analog.DataentityIDs==analogEntityIndices(tt))>0
posEntityID(tt)=find(nsFile.Analog.DataentityIDs==analogEntityIndices(tt));
break
else
error('FIND:noAnalogData','No analog data referring to the choosen Entity.')
end
end

As it entered if statement, it wouldn't execute 'posEntity(tt) = find(nsFile.Analog.DateentityIDs == analogEntityIndices(tt))'
but the system didn't show 'busy' condition...

so I set posEntity as 1, then it could work...
I'm wondering why...

Jamee

xj04a83

Posts : 6
Join date : 2012-07-05

Back to top Go down

FIND toolbox for spike detection in MATLAB Empty Re: FIND toolbox for spike detection in MATLAB

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum