We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c65e10 commit 3b6f936Copy full SHA for 3b6f936
code/online_analysis/onl_peek.m
@@ -80,4 +80,4 @@
80
% update meta-data
81
[chunk.nbchan,chunk.pnts,chunk.trials] = size(chunk.data);
82
chunk.chanlocs = chunk.chanlocs(channels_to_get);
83
-chunk.xmax = chunk.xmin + (chunk.pnts-1)/buf.srate;
+chunk.xmax = chunk.xmin + (chunk.pnts-1)/chunk.srate;
0 commit comments