eeglab Chinese tutorial series (18) - to create their own electrodes and electrode position location of the file

Step 1: Create file

Run matlab program, create a file

clear, close all;
clc;
 
chanloc=pop_chanedit('');  
 
[fileName filePath]=uiputfile('*.mat');
save([filePath fileName],'chanloc');

Runs, the following dialog box, you can click Cancel:
Here Insert Picture Description
Click Cancel, the dialog box will pop up as follows:
Here Insert Picture Description

Step 2: Create electrode

Begin to create the electrode, a second electrode now create:

At a click on the red box diagram [Insert chan]
Here Insert Picture Description

Step three: Select the relevant parameters

Check Channel passage in the back of the block data array, the red frame 2.
Here Insert Picture Description

Step Four: input electrode

Channel lablel input electrode channel:
Here Insert Picture Description
specific channel name can refer to the following diagram:
Here Insert Picture Description
where we want to create electrodes 10, it is only necessary in accordance with (the second step, third step, fourth step) successively created, as long as the number of channels increased 10 can be.

Step Five: Choose the standard file

When electrode 10 is created, click red box 3, namely as follows:
Here Insert Picture Description
Click, dialog box will pop up as follows: Here Insert Picture Description
Click on the red box, select the Standard-10-20-Cap81.ced
Here Insert Picture Description
After completion of the operation, the position information can be obtained click OK ,as follows:
Here Insert Picture Description

Step Six: Testing

Whether to create a successful test location:
1) Click on Plot-2D two-dimensional map view: Here Insert Picture Description
2) Click on Plot-3D three-dimensional map view Here Insert Picture Description
Step Seven: Save the file
to save the channel location, click Save (other types), select loc format, and named
Here Insert Picture Description

This article was shared by brain-computer learner Rose notes, QQ exchange group: 903 290 195
more to share, please pay attention to the public No.

Guess you like

Origin www.cnblogs.com/RoseVorchid/p/11924666.html