<br>I have an EGI dataset that is read into EEGLAB nicely. However, for technical reasons, the sample rate is not actually what is recorded in the EGI data file (due to external triggers on the EGI amps).<br><br>Is there is a tidy way to change the sample rate so that EEGLAB will update the event timing structures correctly?<br>
<br>I'm currently using:<br><br>% load the data into EEGLAB<br>% EEG.srate = 1000,but then<br>EEG.srate = 432;<br>EEG = eeg_checkset(EEG);<br><br>I'm not sure if this changes the event timing.<br><br>Regards, Darren<br>
<br>