From: Vivek Subramanian on
Hello everyone,

I have looked everywhere but I cannot find out how to calculate the band power of EEGs. Could somebody please help me with the procedure on MATLAB?

Thanks!!
From: Putrisia Hendra on
"Vivek Subramanian" <vas11(a)duke.edu> wrote in message <i3frru$97t$1(a)fred.mathworks.com>...
> Hello everyone,
>
> I have looked everywhere but I cannot find out how to calculate the band power of EEGs. Could somebody please help me with the procedure on MATLAB?
>
> Thanks!!

I have worked with EEG signal in my final project.
and to compute the band power just use fft and its power.
you will find how to compute power spectral in matlab's Help.

good luck..