Skip to content

Commit

Permalink
Corrected mrk.pos to mrk.time in demo_analysis_Spectra.m
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBlankertz committed Aug 23, 2012
1 parent 853d6b7 commit 83535a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo_analysis_Spectra.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
ref_ival= [200 1200];

mrk_ref= mrk;
mrk_ref.y= ones(1, length(mrk_ref.pos));
mrk_ref.y= ones(1, length(mrk_ref.time));
mrk_ref.className= {'ref'};
mrk_ref= reject_varEventsAndChannels(cnt, mrk_ref, ref_ival);
spec_baseline= proc_segmentation(cnt, mrk_ref, ref_ival);
Expand Down

0 comments on commit 83535a5

Please sign in to comment.