Using Neuromatic analyze more than 10 parts of a wave
aperson
(Several of the variables are entered as parameters is a dialog box.)
Here's the relevant snip of my routine:
NMTab("Stats")
do
StatsBsln(stimCounter,1,0,100,"Avg",1)
StatsAllWaves(-1,1,0)
winBegin = firstStim + ((1000/Rate)*stimCounter)
winEnd = winBegin + 10
StatsWinSelect(stimCounter)
StatsWin(stimCounter,winBegin,winEnd,"Max")
StatsRiseTime(stimCounter,1,10,90)
StatsDecayTime(stimCounter,1,37)
StatsAllWaves(-1,1,0)
stimCounter += 1
while (stimCounter <= numStim)
The problem arises when numStim is greater than 10. At that point, Neuromatic is no longer creating waves with the calculated values. I think this is due to Neuromatic only recognizing 11 waves in the current folder, but I'm not sure.
Have other people encountered this problem, and if so, is there a simple work around? Or, is there something else wrong with the loop?
Many thanks.
ap
-a
December 11, 2009 at 11:02 am - Permalink
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
December 11, 2009 at 01:09 pm - Permalink