% resampling the data % the first channel is actual physiological data and needs hi-quality % resampling (cubic/gaussian average), the stim channels 2:9 % only need indexing into the correct temporal samples gsr.Resample(100, struct('cubic', [true, false(1, 8)])); % plotting same time index with stronger line data = gsr.ChannelData(1); set(plot(data(50400:51399)), 'LineWidth', 2);