| POP_RESAMPLE | Resample dataset (pop up window). |
| Usage: | >> [OUTEEG] = pop_resample( INEEG ); % pop up interactive window >> [OUTEEG] = pop_resample( INEEG, freq); |
| Graphical interface: | The edit box entitled "New sampling rate" contains the frequency in Hz for resampling the data. Entering a value in this box is the same as providing it in the 'freq' input from the command line. |
| Inputs: | |
INEEG |
input dataset |
freq |
frequency to resample (Hz) |
| Outputs: | |
OUTEEG |
output dataset |
| Author: | Arnaud Delorme, CNL / Salk Institute, 2001 |
| Note: | uses the resample() function from the signal processing toolbox if present. Otherwise use griddata interpolation method (it should be reprogrammed using spline interpolation for speed up). |
| See also: | resample(), eeglab() |