Measuring brain synchronization using PLV calculation of 2 subjects EEG recordnigs

Hello everyone,

I'm an IT student and for some parts of my PhD project I need to measure brain synchronization of multiple individuals using PLV calculations.

I have 2 EEG datasets (1 minute each) which I took from 2 x 32 electrodes LiveAmp EEG caps at the same time while my subjects performing a joint task.

I'm not very familiar with all these neuroscience stuff but after reading a lot of publications I found that I need to use PLV method for measuring brain synchrony.

Could someone please help me on how to use Brainstorm to measure synchrony between 2 brains?

Thank you

You would need first to learn how to use Brainstorm in general. Follow all the introduction tutorials at least until #19, using the example dataset provided:
https://neuroimage.usc.edu/brainstorm/Tutorials

Then you could read this advanced tutorial that deals more specifically with EEG:
https://neuroimage.usc.edu/brainstorm/Tutorials/Epilepsy

Finally, you will need to find a way to import your recordings into Brainstorm. I don't know what file formats you can export your data to. The list of supported file formats is available here:
https://neuroimage.usc.edu/brainstorm/Introduction#Supported_file_formats

When you have your recordings in the database, it will be very straightforward to compute PLV between pairs of signals.

If you don't want to go through all this training, you could try to reuse directly parts of the Matlab scripts for the PLV computation:

Thanks Francois for the information. Let me try to see if I can do that.