Can anybody explain me how pop_interp function works.

It takes three parameters , eeg data to be interpolated, original eeg file (I can't understand which file is this) and method. On which basis it does interpolation. And eeg data is the dataset or the channel file. Similarly original eeg file is a dateset file or channel file? From where we get original eeg file.

3 Comments

What toolbox is it in?
EEGLAB toolbox in matlab. Command is:
EEG = pop_interp(EEG, channels, method);
This is not a native MATLAB toolbox, you'll probably find more here:

Sign in to comment.

Answers (0)

Categories

Asked:

on 22 Jan 2022

Commented:

on 22 Jan 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!