Borrar filtros
Borrar filtros

Common average refrencing (CAR) application on EEG signals.

29 visualizaciones (últimos 30 días)
I have a matrix of dimensions 450000*60 of a one class eeg signal. I have to apply Common average referencing (CAR) on it. Matrix dimension 45000*60 where 1:60 is the no. electrodes from 1 to 60 and 45000 is the total number of samples. Each trial consists of 1000 samples. This is to be calculated trial wise Can anybody help me with the code?

Respuesta aceptada

Debanjan Botthakur
Debanjan Botthakur el 16 de Mzo. de 2018
Editada: Debanjan Botthakur el 16 de Mzo. de 2018
You can try
for i=1:60 signal2(:,i)=signal1(:,i)-mean(signal1,2); end
  1 comentario
vinay kulkarni
vinay kulkarni el 2 de Feb. de 2019
hello i just want to ask that why do you take 2 there in mean(signal1,2) ?

Iniciar sesión para comentar.

Más respuestas (1)

zaineb alhakeem
zaineb alhakeem el 7 de Mayo de 2019
It means the average of the channels

Categorías

Más información sobre EEG/MEG/ECoG en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by