<div dir="ltr"><span class="" style="font-size:12.8px">Hello</span><span style="font-size:12.8px"> everyone, </span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">In addition to the below question is there a BCILab community or author to whom I can address these questions to ? I have noticed that BCILab related questions are left unanswered most of the time. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Question : </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">With regards to BCIlab, when there are multiple classes/markers, is it possible to use</div><div style="font-size:12.8px">'EpochExtraction' with multiple time windows of equal length, instead of the usual way of using a single time window that applies to all markers ?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">eg. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Present Way:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>myapproach = {'SpecCSP','SignalProcessing',<wbr>{'EpochExtraction',[0.1 0.5],'FIRFilter','off',...</div><div>                                              'IIRFilter',[4 6 28 30]}};</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div> [trainloss,lastmodel,<wbr>laststats] = bci_train('Data',both_<wbr>sessions,'Approach',<wbr>myapproach, ...</div><div>                                            'EvaluationScheme',{'chron',5,<wbr>5},'TargetMarkers',{'<wbr>Delayedevent_House','Cat','<wbr>Dog'}); </div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><i><br></i></div><div style="font-size:12.8px"><i>Since I have 3 markers, how can I modify 'myapproach' to incorporate epoching in such a fashion that that I can capture the delayed House event appropriately?:</i></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Possible Way ??</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>myapproach = {'SpecCSP','SignalProcessing',<wbr>{'EpochExtraction',[0.5 1.0, <b>0.1 0.5, 0.1 0.5</b>],'FIRFilter','off',...</div><div>                                              'IIRFilter',[4 6 28 30]}};</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Alex </div></div>